|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.network.serializing.SerializerRegistration
public final class SerializerRegistration
A SerializerRegistration represents a connection between a class, and its serializer. It also includes the class ID, as a short.
Constructor Summary | |
---|---|
SerializerRegistration(Serializer serializer,
java.lang.Class cls,
short id)
|
Method Summary | |
---|---|
short |
getId()
Get the ID. |
Serializer |
getSerializer()
Get the serializer. |
java.lang.Class |
getType()
Get the class type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SerializerRegistration(Serializer serializer, java.lang.Class cls, short id)
Method Detail |
---|
public Serializer getSerializer()
public short getId()
public java.lang.Class getType()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |