com.hazelcast.nio.serialization
Class ArrayPortableFactory
java.lang.Object
com.hazelcast.nio.serialization.ArrayPortableFactory
- All Implemented Interfaces:
- PortableFactory
public class ArrayPortableFactory
- extends Object
- implements PortableFactory
Method Summary |
Portable |
create(int classId)
Creates a Portable instance using given class id |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayPortableFactory
public ArrayPortableFactory(ConstructorFunction<Integer,Portable>[] ctorArray)
create
public Portable create(int classId)
- Description copied from interface:
PortableFactory
- Creates a Portable instance using given class id
- Specified by:
create
in interface PortableFactory
- Parameters:
classId
- portable class id
- Returns:
- portable instance or null if class id is not known by this factory
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.