Class GenericDataType<T,Z>

java.lang.Object
com.jeff_media.morepersistentdatatypes.datatypes.GenericDataType<T,Z>
Type Parameters:
T - Primitive Type
Z - Complex Type
All Implemented Interfaces:
PersistentDataType<T,Z>

public class GenericDataType<T,Z> extends Object implements PersistentDataType<T,Z>
A generic PersistentDataType. You can provide two functions for converting between the primitive and complex type.