com.badlogic.gdx.utils
Interface Json.Serializable

Enclosing class:
Json

public static interface Json.Serializable


Method Summary
 void read(Json json, JsonValue jsonData)
           
 void write(Json json)
           
 

Method Detail

write

void write(Json json)

read

void read(Json json,
          JsonValue jsonData)


Copyright © 2013. All Rights Reserved.