Uses of Class
com.db4o.internal.SerializedGraph
-
Packages that use SerializedGraph Package Description com.db4o.internal -
-
Uses of SerializedGraph in com.db4o.internal
Methods in com.db4o.internal that return SerializedGraph Modifier and Type Method Description static SerializedGraph
Serializer. marshall(ObjectContainerBase serviceProvider, java.lang.Object obj)
static SerializedGraph
SerializedGraph. read(ByteArrayBuffer buffer)
Methods in com.db4o.internal with parameters of type SerializedGraph Modifier and Type Method Description static java.lang.Object
Serializer. unmarshall(ObjectContainerBase serviceProvider, SerializedGraph serialized)
-