@Nullable Object |
BinaryWire.BinaryValueIn.marshallable(@NotNull Object object,
@NotNull SerializationStrategy strategy) |
@Nullable Object |
DefaultValueIn.marshallable(@NotNull Object object,
@NotNull SerializationStrategy strategy) |
@Nullable Object |
ValueIn.marshallable(@NotNull Object object,
@NotNull SerializationStrategy strategy) |
@Nullable Object |
TextWire.TextValueIn.marshallable(@NotNull Object object,
@NotNull SerializationStrategy strategy) |
static <E> E |
Wires.objectMap(ValueIn in,
E using,
@Nullable Class clazz,
@NotNull SerializationStrategy<E> strategy) |
static <E> E |
Wires.objectSequence(ValueIn in,
E using,
@Nullable Class clazz,
SerializationStrategy<E> strategy) |
Object |
BinaryWire.BinaryValueIn.objectWithInferredType(Object using,
@NotNull SerializationStrategy strategy,
Class type) |
Object |
DefaultValueIn.objectWithInferredType(Object using,
SerializationStrategy strategy,
Class type) |
@Nullable Object |
ValueIn.objectWithInferredType(Object using,
SerializationStrategy strategy,
Class type) |
Object |
TextWire.TextValueIn.objectWithInferredType(Object using,
@NotNull SerializationStrategy strategy,
Class type) |
default <T> boolean |
ValueIn.sequence(T t,
@NotNull SerializationStrategy<T> tReader) |