Package com.dslplatform.json
Interface JsonReader.BindObject<T>
-
- Type Parameters:
T- type
- All Known Implementing Classes:
ArrayFormatDescription,AttributeDecoder,FormatDescription,LazyAttributeDecoder,ObjectAnalyzer.LazyObjectDescription,ObjectFormatDescription
- Enclosing class:
- JsonReader<TContext>
public static interface JsonReader.BindObject<T>Existing instances can be provided as target for deserialization. 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 Tbind(JsonReader reader, T instance)
-
-
-
Method Detail
-
bind
T bind(JsonReader reader, T instance) throws java.io.IOException
- Throws:
java.io.IOException
-
-