public interface ConfigurationSerializable
These objects MUST implement one of the following, in addition to the methods as defined by this interface:
Map<
String, Object> and returns the class.Map<String, Object> and returns the class.Map<String,
Object>.ConfigurationSerialization.registerClass(Class).
* Synchronized with the commit on 23-April-2019.
DelegateDeserialization,
SerializableAs| Modifier and Type | Method and Description |
|---|---|
@NotNull Map<String,Object> |
serialize()
Creates a
Map representation of this
ConfigurationSerializable. |
@NotNull @NotNull Map<String,Object> serialize()
Map representation of this
ConfigurationSerializable.
This class must provide a method to restore this class, as defined in
the ConfigurationSerializable interface javadocs.
Map containing the current state of this
ConfigurationSerializable.Copyright © 2023 BSPF Systems, LLC. All rights reserved.