Uses of Class
com.tangosol.coherence.rest.io.MarshallerRegistry
-
Packages that use MarshallerRegistry Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API.com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration.com.tangosol.coherence.rest.providers 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 MarshallerRegistry Modifier and Type Field Description protected 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 MarshallerRegistry Modifier and Type Method Description MarshallerRegistry
RestConfig. getMarshallerRegistry()
Return the configured marshaller registry. -
Uses of MarshallerRegistry in com.tangosol.coherence.rest.providers
Fields in com.tangosol.coherence.rest.providers declared as MarshallerRegistry Modifier and Type Field Description protected 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 MarshallerRegistry Constructor Description EntryWriter(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.
-