public interface ConfigurationSerializable
These objects MUST implement one of the following, in addition to the methods as defined by this interface:
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 configuration serializable.
|
@NotNull @NotNull Map<String,Object> serialize()
This class must provide a method to restore this class, as defined in the configuration serializable interface javadocs.
The map cannot be modified. The map will also only represent a snapshot of this configuration serializable when it was taken.
Copyright © 2024 BSPF Systems, LLC. All rights reserved.