Package com.gigaspaces.internal.io
Class MarshObjectConvertor.MarshObjectConvertorFactory
java.lang.Object
com.gigaspaces.internal.io.MarshObjectConvertor.MarshObjectConvertorFactory
- All Implemented Interfaces:
IMemoryAwareResourceFactory<MarshObjectConvertor>,IResourceFactory<MarshObjectConvertor>
- Enclosing class:
- MarshObjectConvertor
protected static class MarshObjectConvertor.MarshObjectConvertorFactory
extends Object
implements IMemoryAwareResourceFactory<MarshObjectConvertor>
- Since:
- 5.1
- Version:
- 1.0
- Author:
- anna
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocate()Allocates a new resource instance.allocate(IMemoryAwareResourcePool resourcePool) Allocates a new resource instance.
-
Constructor Details
-
MarshObjectConvertorFactory
protected MarshObjectConvertorFactory()
-
-
Method Details
-
allocate
Description copied from interface:IResourceFactoryAllocates a new resource instance.- Specified by:
allocatein interfaceIResourceFactory<MarshObjectConvertor>- Returns:
- a new instance of type
IResource
-
allocate
Description copied from interface:IMemoryAwareResourceFactoryAllocates a new resource instance.- Specified by:
allocatein interfaceIMemoryAwareResourceFactory<MarshObjectConvertor>- Returns:
- a new instance of type
IMemoryAwareResource
-