Uses "fluent" (or, kind of, builder) pattern so that instances are immutable (and thus fully thread-safe with no external synchronization); new instances are constructed for different configurations. Instances are initially constructed by {@link ObjectMapper} and can bereused, shared, cached; both because of thread-safety and because instances are relatively light-weight.
XByteBuffer
until a full package has been received. When a full package has been received, the append method will call messageDataReceived on the callback object associated with this object reader.XByteBuffer
until a full package has been received. When a full package has been received, the append method will call messageDataReceived on the callback object associated with this object reader.Readers that can support efficient reuse of pack encoded objects should also implement the companion interface {@link ObjectReuseAsIs}.
|
|