| IPortableFactory Interface |
PortableFactory is used to create Portable instances during de-serialization.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public interface IPortableFactory
Public Interface IPortableFactory
public interface class IPortableFactory
type IPortableFactory = interface end
The IPortableFactory type exposes the following members.
Methods
| Name | Description |
---|
| Create | Creates a Portable instance using given class id |
TopRemarks PortableFactory is used to create Portable instances during de-serialization.
See Also