libgdx API

Uses of Interface
com.badlogic.gdx.utils.Json.Serializer

Packages that use Json.Serializer
com.badlogic.gdx.utils   
 

Uses of Json.Serializer in com.badlogic.gdx.utils
 

Classes in com.badlogic.gdx.utils that implement Json.Serializer
static class Json.ReadOnlySerializer<T>
           
 

Methods in com.badlogic.gdx.utils that return Json.Serializer
<T> Json.Serializer<T>
Json.getSerializer(java.lang.Class<T> type)
           
 

Methods in com.badlogic.gdx.utils with parameters of type Json.Serializer
<T> void
Json.setSerializer(java.lang.Class<T> type, Json.Serializer<T> serializer)
           
 


libgdx API

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