Index
All Classes and Interfaces|All Packages
C
- com.jeff_media.persistentdataserializer - package com.jeff_media.persistentdataserializer
F
- fromJson(String, PersistentDataAdapterContext) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
-
Deserializes a
PersistentDataContainerfrom JSON and saves it to a newPersistentDataContainercreated in the given context - fromJson(String, PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
-
Deserializes a
PersistentDataContainerfrom JSON and saves it to the given targetPersistentDataContainer - fromMapList(List<Map<?, ?>>, PersistentDataAdapterContext) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
-
Deserializes a
PersistentDataContainerfrom a list of maps and saves it to the given targetPersistentDataContainer - fromMapList(List<Map<?, ?>>, PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
-
Deserializes a
PersistentDataContainerfrom a list of maps and saves it to the given targetPersistentDataContainer
G
- getPrimitivePersistentDataType(PersistentDataContainer, NamespacedKey) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
-
Gets the proper
PersistentDataTypefor the givenNamespacedKey
P
- PersistentDataSerializer - Class in com.jeff_media.persistentdataserializer
-
Utility class to serialize and deserialize for
PersistentDataContainers
T
- toJson(PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
-
Serializes a
PersistentDataContainerto JSON - toMapList(PersistentDataContainer) - Static method in class com.jeff_media.persistentdataserializer.PersistentDataSerializer
-
Serializes a
PersistentDataContainerto a list of maps
All Classes and Interfaces|All Packages