com.badlogic.gdx.utils
Class Json.ReadOnlySerializer<T>

java.lang.Object
  extended by com.badlogic.gdx.utils.Json.ReadOnlySerializer<T>
All Implemented Interfaces:
Json.Serializer<T>
Enclosing class:
Json

public abstract static class Json.ReadOnlySerializer<T>
extends Object
implements Json.Serializer<T>


Constructor Summary
Json.ReadOnlySerializer()
           
 
Method Summary
abstract  T read(Json json, JsonValue jsonData, Class type)
           
 void write(Json json, T object, Class knownType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Json.ReadOnlySerializer

public Json.ReadOnlySerializer()
Method Detail

write

public void write(Json json,
                  T object,
                  Class knownType)
Specified by:
write in interface Json.Serializer<T>

read

public abstract T read(Json json,
                       JsonValue jsonData,
                       Class type)
Specified by:
read in interface Json.Serializer<T>


Copyright © 2013. All Rights Reserved.