public abstract class ReadOnlySerializer<T> extends Object implements JsonSerializer<T>
ReadOnlySerializer()
abstract T
read(Json json, JsonValue jsonData, Class type)
void
write(Json json, T object, Class knownType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReadOnlySerializer()
public void write(Json json, T object, Class knownType)
write
JsonSerializer<T>
public abstract T read(Json json, JsonValue jsonData, Class type)
read
Copyright © 2014. All Rights Reserved.