Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Package com.tangosol.coherence.rest.io

Contains classes related to REST marshalling.

See:
          Description

Interface Summary
Marshaller An interface that must be implemented by REST marshallers.

 

Class Summary
AbstractMarshaller Abstract base class for built-in marshallers.
JsonJacksonMarshaller Jackson-based marshaller that marshals object to/from JSON.
JsonJaxbMarshaller JAXB-based marshaller that marshals object to/from JSON.
KeyConverterAdapter Marshaller that marshalls objects using a cache's key converter.
MarshallerRegistry Registry for marshaller instances.
XmlJaxbMarshaller JAXB-based marshaller that marshals object to/from XML.

 

Package com.tangosol.coherence.rest.io Description

Contains classes related to REST marshalling.


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.