Uses of Annotation Interface
com.jme3.network.serializing.Serializable
Packages that use Serializable
Package
Description
-
Uses of Serializable in com.jme3.network
Classes in com.jme3.network with annotations of type SerializableModifier and TypeClassDescriptionclassInterface implemented by all network messages.interfaceInterface implemented by all network messages. -
Uses of Serializable in com.jme3.network.message
Classes in com.jme3.network.message with annotations of type SerializableModifier and TypeClassDescriptionclassContains information about any extra server channels (if they exist).classClient registration is a message that contains a unique ID.classCompressedMessage is a base class for all messages that compress others.classRepresents a disconnect message.classGZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip.classHolds a compiled set of message registration information that can be sent over the wire.static final classclassCompress a message using this ZIPCompressedMessage class -
Uses of Serializable in com.jme3.network.rmi
Classes in com.jme3.network.rmi with annotations of type SerializableModifier and TypeClassDescriptionclassclassSent to a remote client to make a remote method invocation.classContains the return value for a remote method invocation, sent as a response to aRemoteMethodCallMessagewith a non-zero invocationID.classSent to expose RMI interfaces on the local client to other clients. -
Uses of Serializable in com.jme3.network.service.rmi
Classes in com.jme3.network.service.rmi with annotations of type SerializableModifier and TypeClassDescriptionfinal classInternal information about a shared class.final classInternal information about shared methods. -
Uses of Serializable in com.jme3.network.service.rpc.msg
Classes in com.jme3.network.service.rpc.msg with annotations of type SerializableModifier and TypeClassDescriptionclassUsed internally to send RPC call information to the other end of a connection for execution.classUsed internally to send an RPC call's response back to the caller.