public static final class Encoder.NullEncoder extends Object implements Encoder
Encoder.HexEncoder, Encoder.NullEncoderSERIALIZED_CLASS_NAME, TYPE| Constructor and Description |
|---|
NullEncoder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(Object target) |
Object |
encode(Object source) |
Encoder.NullEncoder |
fromRecord(Record source)
Loads this instance's state from a record and returns
this (for fluid API call chaining). |
Record |
toRecord() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonpublic Encoder.NullEncoder fromRecord(Record source)
RecordSerializablethis (for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord in interface RecordSerializablepublic Record toRecord()
toRecord in interface RecordSerializableCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.