Apache Geode Native .NET Reference 1.15.0
Serializable.hpp File Reference

Declares the Serializable class. More...

Data Structures

class  Apache::Geode::Client::Serializable
 This class wraps the native C++ native::Serializable objects as managed ISerializable objects. More...
 

Namespaces

namespace  Apache::Geode
 This namespace contains all the Geode .NET classes and utility classes.
 
namespace  Apache::Geode::Client
 This namespace contains all the Geode .NET Generics API classes and enumerations.
 

Functions

delegate Apache::Geode::Client::ISerializableApache::Geode::Client::DataSerializablePrimitiveWrapperDelegate (std::shared_ptr< native::Serializable > obj)
 Delegate to wrap a native native::Serializable type. More...
 
public delegate Apache::Geode::Client::IPdxSerializableApache::Geode::Client::PdxTypeFactoryMethod ()
 
public delegate Apache::Geode::Client::ISerializableApache::Geode::Client::TypeFactoryMethod ()
 Signature of function delegates passed to Serializable.RegisterType. More...
 
delegate std::shared_ptr< native::Serializable > Apache::Geode::Client::TypeFactoryNativeMethodGeneric ()
 Signature of native function delegates passed to native native::Serializable::registerType. More...
 

Detailed Description

Declares the Serializable class.


Apache Geode C++ Cache .NET API Documentation