com.dslplatform.json
Interface JsonReader.BindObject<T>

Type Parameters:
T - type
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
 T bind(JsonReader reader, T instance)
           
 

Method Detail

bind

T bind(JsonReader reader,
       T instance)
       throws IOException
Throws:
IOException


Copyright © 2019. All rights reserved.