void |
BinaryObjectImpl.context(BinaryContext ctx) |
static BinaryObject |
BinaryUtils.doReadBinaryObject(BinaryInputStream in,
BinaryContext ctx) |
static Class |
BinaryUtils.doReadClass(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr) |
static Class |
BinaryUtils.doReadClass(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
int typeId) |
static Collection<?> |
BinaryUtils.doReadCollection(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles,
boolean deserialize,
BinaryCollectionFactory factory) |
static Object[] |
BinaryUtils.doReadEnumArray(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
Class<?> cls) |
static Map<?,?> |
BinaryUtils.doReadMap(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles,
boolean deserialize,
BinaryMapFactory factory) |
static Object |
BinaryUtils.doReadObject(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles) |
static Object[] |
BinaryUtils.doReadObjectArray(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles,
boolean deserialize) |
static Object |
BinaryUtils.doReadOptimized(BinaryInputStream in,
BinaryContext ctx,
ClassLoader clsLdr)
Read object serialized using optimized marshaller.
|
static Object |
BinaryUtils.doReadProxy(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles) |
static void |
GridBinaryMarshaller.popContext(BinaryContext oldCtx)
Pop binary context and restore the old one.
|
static Class |
BinaryUtils.resolveClass(BinaryContext ctx,
int typeId,
String clsName,
ClassLoader ldr,
boolean deserialize)
Resolve the class.
|
static Object |
BinaryUtils.unmarshal(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr) |
static Object |
BinaryUtils.unmarshal(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles) |
static Object |
BinaryUtils.unmarshal(BinaryInputStream in,
BinaryContext ctx,
ClassLoader ldr,
BinaryReaderHandlesHolder handles,
boolean detach) |
BinaryTypeImpl |
BinaryMetadata.wrap(BinaryContext ctx)
Wrap metadata into binary type.
|