![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | 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.2
Syntaxpublic interface IPortableFactory
Public Interface IPortableFactory
public interface class IPortableFactory
type IPortableFactory = interface end
The IPortableFactory type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Create | Creates a Portable instance using given class id |
Top
RemarksPortableFactory is used to create Portable instances during de-serialization.
See Also