Package net.citizensnpcs.api.persistence
package net.citizensnpcs.api.persistence
-
ClassDescriptionDelegates persistence to a given
Persister
, which will be used to create and save instances.A marker annotation forPersistenceLoader
to persist a field by saving and loading it intoDataKey
s.An Object that can be serialised usingDataKey
s.Performs reflective persistence of objects intoDataKey
s.Persister<T>A serialisation primitive to be used withPersistenceLoader
to serialise custom objects.A stringly-typed registry that loads and saves its types usingPersistenceLoader
andDataKey
s.