public interface SerializationStrategy<T>
Modifier and Type | Method and Description |
---|---|
BracketType |
bracketType() |
T |
newInstance(Class<T> type) |
default T |
read(ValueIn in,
Class<T> type)
Deprecated.
|
T |
readUsing(T using,
ValueIn in) |
default T |
readUsing(T using,
ValueIn in,
Class<T> type)
Deprecated.
|
Class<T> |
type() |
@Deprecated @Nullable default T read(ValueIn in, Class<T> type)
@Nullable @Deprecated default T readUsing(@Nullable T using, ValueIn in, @Nullable Class<T> type)
@NotNull BracketType bracketType()
Copyright © 2018. All rights reserved.