Class ConfigurationSerializableArrayDataType<T extends ConfigurationSerializable>

java.lang.Object
com.jeff_media.morepersistentdatatypes.datatypes.serializable.ConfigurationSerializableArrayDataType<T>
Type Parameters:
T - The type of the ConfigurationSerializable
All Implemented Interfaces:
PersistentDataType<byte[],T[]>

public class ConfigurationSerializableArrayDataType<T extends ConfigurationSerializable> extends Object implements PersistentDataType<byte[],T[]>