package saker.rmi.io.writer
Package containing common RMI write handler implementations.
| RMIObjectWriteHandler | RMI object write strategy defining interface. |
| 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. |
| ObjectWriterKind | Defines possible types of RMIObjectWriteHandler implementations. |