com.esotericsoftware.kryo
Class Kryo.RegisteredClass

java.lang.Object
  extended by com.esotericsoftware.kryo.Kryo.RegisteredClass
Enclosing class:
Kryo

public static class Kryo.RegisteredClass
extends java.lang.Object

Holds the registration information for a class.


Method Summary
 int getID()
           
 Serializer getSerializer()
           
 java.lang.Class getType()
           
 void setSerializer(Serializer serializer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public java.lang.Class getType()

getSerializer

public Serializer getSerializer()

setSerializer

public void setSerializer(Serializer serializer)

getID

public int getID()


Copyright © 2011. All Rights Reserved.