com.jme3.network.serializing
クラス SerializerRegistration

java.lang.Object
  上位を拡張 com.jme3.network.serializing.SerializerRegistration

public final class SerializerRegistration
extends java.lang.Object

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
 

コンストラクタの詳細

SerializerRegistration

public SerializerRegistration(Serializer serializer,
                              java.lang.Class cls,
                              short id)
メソッドの詳細

getSerializer

public Serializer getSerializer()
Get the serializer.

戻り値:
The serializer.

getId

public short getId()
Get the ID.

戻り値:
The ID.

getType

public java.lang.Class getType()
Get the class type.

戻り値:
The class type.