Uses of Class
com.jme3.network.serializing.Serializable

Packages that use 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   
 

Uses of Serializable in com.jme3.network
 

Classes in com.jme3.network with annotations of type Serializable
 class AbstractMessage
          Interface implemented by all network messages.
 interface Message
          Interface implemented by all network messages.
 

Uses of Serializable in com.jme3.network.message
 

Classes in com.jme3.network.message with annotations of type Serializable
 class ChannelInfoMessage
          Contains information about any extra server channels (if they exist).
 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 GZIPCompressedMessage
          GZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip.
 class ZIPCompressedMessage
          Compress a message using this ZIPCompressedMessage class
 

Uses of Serializable in com.jme3.network.rmi
 

Classes in com.jme3.network.rmi with annotations of type Serializable
 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.