Uses of Class
com.tangosol.coherence.rest.io.MarshallerRegistry
Packages that use 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
Fields in com.tangosol.coherence.rest declared as MarshallerRegistryModifier 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
Methods in com.tangosol.coherence.rest.config that return MarshallerRegistryModifier and TypeMethodDescriptionRestConfig.getMarshallerRegistry()
Return the configured marshaller registry. -
Uses of MarshallerRegistry in com.tangosol.coherence.rest.providers
Fields in com.tangosol.coherence.rest.providers declared as MarshallerRegistryModifier 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.Constructors in com.tangosol.coherence.rest.providers with parameters of type MarshallerRegistryModifierConstructorDescriptionEntryWriter
(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.