| Package | Description |
|---|---|
| net.openhft.lang.io.serialization.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AllocateInstanceObjectFactory<E>
Object factory which creates an object by means of
Unsafe.allocateInstance() call,
i. |
class |
NewInstanceObjectFactory<E>
Object factory which creates an object by means of
Class.newInstance() call,
i. |
class |
NoObjectFactory
Placeholder object factory which always throws
UnsupportedOperationException. |
class |
NullObjectFactory
Object factory which always returns
null. |
| Modifier and Type | Method and Description |
|---|---|
static <E> ObjectFactory<E> |
NullObjectFactory.of() |
Copyright © 2019. All rights reserved.