saker.build Documentation TaskDoc JavaDoc Packages
package saker.build.thirdparty.saker.rmi.io.writer
Package containing common RMI write handler implementations.
Interfaces
RMIObjectWriteHandler
RMI object write strategy defining interface.
Classes
ArrayComponentRMIObjectWriteHandler
Writes the object as an array with the given component write handler.
DefaultRMIObjectWriteHandler
Writes the object using the default mechanism.
EnumRMIObjectWriteHandler
Writes the object as an Enum reference.
RemoteOnlyRMIObjectWriteHandler
Writes the object only if it is remote, else throws RMIObjectTransferFailureException.
RemoteRMIObjectWriteHandler
Writes the object as a remote proxy to the other endpoint.
SelectorRMIObjectWriteHandler
Writes the object based the selection of the subclass implementation.
SerializeRMIObjectWriteHandler
Writes the object as serialized data.
WrapperRMIObjectWriteHandler
Writes the object using the given RMIWrapper passed in the constructor.
Enumerations
ObjectWriterKind
Defines possible types of RMIObjectWriteHandler implementations.