com.dslplatform.json
Interface JsonWriter.WriteObject<T>

Type Parameters:
T - type
Enclosing class:
JsonWriter

public static interface JsonWriter.WriteObject<T>

Custom objects can be serialized based on the implementation specified through this interface. Annotation processor creates custom deserializers at compile time and registers them into DslJson.


Method Summary
 void write(JsonWriter writer, T value)
           
 

Method Detail

write

void write(JsonWriter writer,
           @Nullable
           T value)


Copyright © 2019. All rights reserved.