public static final class Encoder.NullEncoder extends Object implements Encoder
Encoder.HexEncoder, Encoder.NullEncoder
SERIALIZED_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, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
public Encoder.NullEncoder fromRecord(Record source)
RecordSerializable
this
(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 RecordSerializable
public Record toRecord()
toRecord
in interface RecordSerializable
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.