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 MarshallerRegistryCacheResource.m_marshallerRegistryMarshaller registry to obtain marshallers from.protected MarshallerRegistryEntryResource.m_marshallerRegistryMarshaller 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 MarshallerRegistryJsonCollectionWriter.m_marshallerRegistryMarshaller registry to obtain element marshallers from.protected MarshallerRegistryXmlCollectionWriter.m_marshallerRegistryMarshaller registry to obtain element marshallers from.protected MarshallerRegistryXmlKeysWriter.m_marshallerRegistryMarshaller registry to obtain element marshallers from.protected MarshallerRegistryXmlMapWriter.m_marshallerRegistryMarshaller 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.