| Interface | Description | 
|---|---|
| PersistentDataAdapterContext | This interface represents the context in which the  PersistentDataTypecan
 serialize and deserialize the passed values. | 
| PersistentDataContainer | This interface represents a map like object, capable of storing custom tags
 in it. | 
| PersistentDataHolder | The  PersistentDataHolderinterface defines an object that can store
 custom persistent meta data on it. | 
| PersistentDataType<T,Z> | This class represents an enum with a generic content type. | 
| Class | Description | 
|---|---|
| PersistentDataType.PrimitivePersistentDataType<T> | A default implementation that simply exists to pass on the retrieved or
 inserted value to the next layer. | 
Copyright © 2021. All rights reserved.