|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.
コンストラクタの概要 | |
---|---|
SerializerRegistration(Serializer serializer,
java.lang.Class cls,
short id)
|
メソッドの概要 | |
---|---|
short |
getId()
Get the ID. |
Serializer |
getSerializer()
Get the serializer. |
java.lang.Class |
getType()
Get the class type. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public SerializerRegistration(Serializer serializer, java.lang.Class cls, short id)
メソッドの詳細 |
---|
public Serializer getSerializer()
public short getId()
public java.lang.Class getType()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |