クラス
com.jme3.network.serializing.Serializable の使用

Serializable を使用しているパッケージ
com.jme3.network The network package contains the public API for the jME3 SpiderMonkey networking module. 
com.jme3.network.message   
com.jme3.network.rmi   
com.jme3.network.sync   
 

com.jme3.network での Serializable の使用
 

Serializable 型の注釈を持つ com.jme3.network のメソッド
 class AbstractMessage
          Interface implemented by all network messages.
 interface Message
          Interface implemented by all network messages.
 

com.jme3.network.message での Serializable の使用
 

Serializable 型の注釈を持つ com.jme3.network.message のメソッド
 class ClientRegistrationMessage
          Client registration is a message that contains a unique ID.
 class CompressedMessage
          CompressedMessage is a base class for all messages that compress others.
 class DisconnectMessage
          Represents a disconnect message.
 class DiscoverHostMessage
          The discover host message.
 class GZIPCompressedMessage
          GZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip.
 class Message
          推奨されていません。 Message implementations should extend instead or use the for referencing.
 class StreamDataMessage
          Stream message contains the data for the stream.
 class StreamMessage
           
 class ZIPCompressedMessage
          Compress a message using this ZIPCompressedMessage class
 

com.jme3.network.rmi での Serializable の使用
 

Serializable 型の注釈を持つ com.jme3.network.rmi のメソッド
 class ObjectDef
           
 class RemoteMethodCallMessage
          Sent to a remote client to make a remote method invocation.
 class RemoteMethodReturnMessage
          Contains the return value for a remote method invocation, sent as a response to a RemoteMethodCallMessage with a non-zero invocationID.
 class RemoteObjectDefMessage
          Sent to expose RMI interfaces on the local client to other clients.
 

com.jme3.network.sync での Serializable の使用
 

Serializable 型の注釈を持つ com.jme3.network.sync のメソッド
 class SyncMessage
          推奨されていません。