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

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

Method Detail

read

@Nullable
T read(JsonReader reader)
       throws IOException
Throws:
IOException


Copyright © 2019. All rights reserved.