Package com.dslplatform.json.runtime
Interface FormatConverter<T>
- All Superinterfaces:
JsonReader.ReadObject<T>,JsonWriter.WriteObject<T>
- All Known Implementing Classes:
ArrayFormatDescription,ObjectFormatDescription
-
Method Summary
Modifier and TypeMethodDescriptionreadContent(JsonReader reader) voidwriteContentFull(JsonWriter writer, T instance) booleanwriteContentMinimal(JsonWriter writer, T instance) Methods inherited from interface com.dslplatform.json.JsonReader.ReadObject
readMethods inherited from interface com.dslplatform.json.JsonWriter.WriteObject
write
-
Method Details
-
readContent
- Throws:
IOException
-
writeContentMinimal
-
writeContentFull
-