| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializationStrategies
Created by peter on 10/05/16.
|
| Modifier and Type | Field and Description |
|---|---|
static net.openhft.chronicle.core.ClassLocal<SerializationStrategy> |
Wires.CLASS_STRATEGY |
static List<java.util.function.Function<Class,SerializationStrategy>> |
Wires.CLASS_STRATEGY_FUNCTIONS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BinaryWire.BinaryValueIn.marshallable(Object object,
SerializationStrategy strategy) |
boolean |
DefaultValueIn.marshallable(Object object,
SerializationStrategy strategy) |
boolean |
ValueIn.marshallable(Object object,
SerializationStrategy strategy) |
Object |
BinaryWire.BinaryValueIn.objectWithInferredType(Object using,
SerializationStrategy strategy,
Class type) |
Object |
DefaultValueIn.objectWithInferredType(Object using,
SerializationStrategy strategy,
Class type) |
Object |
ValueIn.objectWithInferredType(Object using,
SerializationStrategy strategy,
Class type) |
default <T> boolean |
ValueIn.sequence(T t,
SerializationStrategy<T> tReader) |
Copyright © 2016. All rights reserved.