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

Author:
ali 5/14/13

Constructor Summary
ArrayPortableFactory(com.hazelcast.util.ConstructorFunction<Integer,Portable>[] ctorArray)
           
 
Method Summary
 Portable create(int classId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayPortableFactory

public ArrayPortableFactory(com.hazelcast.util.ConstructorFunction<Integer,Portable>[] ctorArray)
Method Detail

create

public Portable create(int classId)
Specified by:
create in interface PortableFactory


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.