Package org.wildfly.clustering.marshalling
package org.wildfly.clustering.marshalling
-
ClassDescriptionAn abstract byte buffer marshaller that performs read/writing within a specified ClassLoader context.An input stream for reading a byte buffer.
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.An output stream for writing to a byte buffer.Formatter<T>Formats an objects into a string representation and back again.A formatter specialization for string formatting.A formatter decorator.Various strategies for marshalling an array/collection index (i.e. an unsigned integer).Writes/reads an integer to/from a binary stream.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.Encapsulates the builder of a marshaller configuration.Serializer<T>Writes/reads an object to/from a binary stream.A serializer decorator.