Click or drag to resize

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.12.3
Syntax
public interface IPortableFactory

The IPortableFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a Portable instance using given class id
Top
Remarks
PortableFactory is used to create Portable instances during de-serialization.
See Also