Apache Geode Native .NET Reference 1.15.0
|
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::ISerializable ^ | Apache::Geode::Client::DataSerializablePrimitiveWrapperDelegate (std::shared_ptr< native::Serializable > obj) |
Delegate to wrap a native native::Serializable type. More... | |
public delegate Apache::Geode::Client::IPdxSerializable ^ | Apache::Geode::Client::PdxTypeFactoryMethod () |
public delegate Apache::Geode::Client::ISerializable ^ | Apache::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... | |
Declares the Serializable class.