| Modifier and Type | Method and Description |
|---|---|
void |
JsonSerializable.read(Json json,
JsonValue jsonData) |
T |
JsonSerializer.read(Json json,
JsonValue jsonData,
Class type) |
abstract T |
ReadOnlySerializer.read(Json json,
JsonValue jsonData,
Class type) |
void |
JsonSerializable.write(Json json) |
void |
JsonSerializer.write(Json json,
T object,
Class knownType) |
void |
ReadOnlySerializer.write(Json json,
T object,
Class knownType) |
Copyright © 2014. All Rights Reserved.