com.hazelcast.nio.serialization
Class ArrayPortableFactory

java.lang.Object
  extended by com.hazelcast.nio.serialization.ArrayPortableFactory
All Implemented Interfaces:
PortableFactory

public class ArrayPortableFactory
extends Object
implements PortableFactory


Constructor Summary
ArrayPortableFactory(ConstructorFunction<Integer,Portable>[] ctorArray)
           
 
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
 

Constructor Detail

ArrayPortableFactory

public ArrayPortableFactory(ConstructorFunction<Integer,Portable>[] ctorArray)
Method Detail

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.