|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - typepublic 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 |
|---|
void write(JsonWriter writer,
@Nullable
T value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||