Uses of Class
com.tangosol.coherence.rest.io.MarshallerRegistry
Package
Description
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST configuration.
Contains classes related to the Coherence REST API providers.
-
Uses of MarshallerRegistry in com.tangosol.coherence.rest
Modifier and TypeFieldDescriptionprotected MarshallerRegistry
CacheResource.m_marshallerRegistry
Marshaller registry to obtain marshallers from.protected MarshallerRegistry
EntryResource.m_marshallerRegistry
Marshaller registry to obtain marshallers from. -
Uses of MarshallerRegistry in com.tangosol.coherence.rest.config
Modifier and TypeMethodDescriptionRestConfig.getMarshallerRegistry()
Return the configured marshaller registry. -
Uses of MarshallerRegistry in com.tangosol.coherence.rest.providers
Modifier and TypeFieldDescriptionprotected MarshallerRegistry
JsonCollectionWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from.protected MarshallerRegistry
XmlCollectionWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from.protected MarshallerRegistry
XmlKeysWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from.protected MarshallerRegistry
XmlMapWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from.ModifierConstructorDescriptionEntryWriter
(MarshallerRegistry registry) Construct an EntryWriter instance.JsonCollectionWriter
(MarshallerRegistry registry) Construct a JsonCollectionWriter instance.ObjectWriter
(MarshallerRegistry registry) Construct an ObjectWriter instance.XmlCollectionWriter
(MarshallerRegistry registry) Construct an XmlCollectionWriter instance.XmlKeysWriter
(MarshallerRegistry registry) Construct an XmlKeysWriter instance.