Uses of Class
org.hypergraphdb.peer.serializer.CustomSerializedValue

Packages that use CustomSerializedValue
org.hypergraphdb.peer.serializer   
 

Uses of CustomSerializedValue in org.hypergraphdb.peer.serializer
 

Methods in org.hypergraphdb.peer.serializer that return types with arguments of type CustomSerializedValue
 java.util.ArrayList<CustomSerializedValue> JSONWriter.getCustomValues()
           
 java.util.HashMap<java.lang.Integer,CustomSerializedValue> JSONReader.getCustomValues()
           
 

Method parameters in org.hypergraphdb.peer.serializer with type arguments of type CustomSerializedValue
 void JSONWriter.setCustomValues(java.util.ArrayList<CustomSerializedValue> customValues)