public interface Encoder<S,T> extends RecordSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
Encoder.HexEncoder |
static class |
Encoder.NullEncoder |
Modifier and Type | Field and Description |
---|---|
static Encoder<String,String> |
HEX |
static Encoder |
NULL |
SERIALIZED_CLASS_NAME, TYPE
Modifier and Type | Method and Description |
---|---|
S |
decode(T target) |
T |
encode(S source) |
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, fromRecord, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord, toRecord
newInstanceFromJson
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.