libgdx API

com.badlogic.gdx.utils
Interface Json.Serializable

Enclosing class:
Json

public static interface Json.Serializable


Method Summary
 void read(Json json, java.lang.Object jsonData)
           
 void write(Json json)
           
 

Method Detail

write

void write(Json json)
           throws java.io.IOException
Throws:
java.io.IOException

read

void read(Json json,
          java.lang.Object jsonData)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)