Package org.wildfly.clustering.marshalling
package org.wildfly.clustering.marshalling
-
ClassDescription
MarshalledValueimplementation suitable for map keys that uses aByteBufferMarshaller.Factory for creating aByteBufferMarshalledKey.MarshalledValueimplementation that uses aByteBufferMarshaller.Factory for creating aByteBufferMarshalledValue.Marshals an object to and from aByteBuffer.A specialized ByteArrayOutputStream that exposes the internal buffer.Formatter<T>Formats an objects into a string representation and back again.Various strategies for marshalling an array/collection index (i.e.Writes/reads an integer to/from a binary stream.MappedSerializer<T,V> A serializer that delegates to the serializer of a mapped value.MarshalledValue<T,C> Offers semantics similar to aMarshalledObject.get(), but supports an independent marshalling context.Factory for creating marshalled values.Marshaller that stores attribute values using marshalled values.Marshaller<V,S> Marshals an object to and from its serialized form.Serializer<T>Writes/reads an object to/from a binary stream.