Package com.dslplatform.json
Interface JsonReader.ReadObject<T>
-
- Type Parameters:
T- type
- All Known Subinterfaces:
FormatConverter<T>
- All Known Implementing Classes:
ArrayDecoder,ArrayFormatDescription,CollectionDecoder,EnumDescription,FormatDescription,ImmutableAnalyzer.LazyImmutableDescription,ImmutableAnalyzer.WriteMember,ImmutableDescription,MapDecoder,MixinDescription,ObjectAnalyzer.LazyObjectDescription,ObjectFormatDescription,OptionalDecoder
- Enclosing class:
- JsonReader<TContext>
public static interface JsonReader.ReadObject<T>Custom objects can be deserialized based on the implementation specified through this interface. Annotation processor creates custom deserializers at compile time and registers them into DslJson.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(JsonReader reader)
-
-
-
Method Detail
-
read
@Nullable T read(JsonReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-