  | 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 | 
|---|
  | Create | Creates a Portable instance using given class id  | 
Top
RemarksPortableFactory is used to create Portable instances during de-serialization.
            	
See Also