Package org.anchoranalysis.core.serialize
package org.anchoranalysis.core.serialize
Utilities for serializing and deserializing objects.
-
ClassDescriptionWhen a deserialization operation fails.Deserializer<T>Creates an object from a serialized representation on the file-system.Deserializes a
Dictionary
from a file-system representation as a Java properties file.Deserializes using Java's Native serialization framework.Utility functions for parsing XML files using standard Java APIs.Deserializes an object using the XStream library.Serializes an object using the XStream library.