BinaryEncoder |
Encoder for StoreType.BINARY.
|
ByteArrayWrapper |
Wraps byte[] on a WrappedByteArray to provide equality and hashCode support, leaving other objects
unchanged.
|
DefaultTranscoder |
Handle conversions between text/plain, url-encoded, java objects, and octet-stream contents.
|
EncodingUtils |
Deprecated.
|
GenericJbossMarshallerEncoder |
|
GlobalMarshallerEncoder |
Encoder that uses the GlobalMarshaller to encode/decode data.
|
IdentityEncoder |
Encoder that does not change the content.
|
IdentityWrapper |
A wrapper that does not change the content.
|
JavaSerializationEncoder |
Encoder based on the default java serialization.
|
MarshallerEncoder |
|
MediaType |
Represent a content type with optional parameters.
|
MediaType.MediaTypeExternalizer |
|
MediaTypeIds |
|
OneToManyTranscoder |
Base class for Transcoder that converts between a single format and multiple other formats and back.
|
StandardConversions |
Utilities to convert between text/plain, octet-stream, java-objects and url-encoded contents.
|
TranscoderMarshallerAdapter |
Base class for transcoder between application/x-java-object and byte[] produced by a marshaller.
|
UTF8Encoder |
Encoder to/from UTF-8 content using the java string encoding mechanism.
|