Uses of Class
com.github.jasminb.jsonapi.exceptions.DocumentSerializationException
-
Packages that use DocumentSerializationException Package Description com.github.jasminb.jsonapi -
-
Uses of DocumentSerializationException in com.github.jasminb.jsonapi
Methods in com.github.jasminb.jsonapi that throw DocumentSerializationException Modifier and Type Method Description byte[]ResourceConverter. writeDocument(JSONAPIDocument<?> document)Serializes providedJSONAPIDocumentinto JSON API Spec compatible byte representation.byte[]ResourceConverter. writeDocument(JSONAPIDocument<?> document, SerializationSettings settings)Serializes providedJSONAPIDocumentinto JSON API Spec compatible byte representation.byte[]ResourceConverter. writeDocumentCollection(JSONAPIDocument<? extends Iterable<?>> documentCollection)Serializes providedJSONAPIDocumentinto JSON API Spec compatible byte representation.byte[]ResourceConverter. writeDocumentCollection(JSONAPIDocument<? extends Iterable<?>> documentCollection, SerializationSettings serializationSettings)Serializes providedJSONAPIDocumentinto JSON API Spec compatible byte representation.
-