Class DeserializationUtil
- java.lang.Object
-
- org.palladiosimulator.metricspec.util.DeserializationUtil
-
public final class DeserializationUtil extends Object
Class containing utilities for deserializing objects using the selected class loader.
-
-
Constructor Summary
Constructors Constructor Description DeserializationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
createFromString(String hexString, ClassLoader loader)
Deserializes an Object from a String using the current class loader.
-
-
-
Method Detail
-
createFromString
public static Object createFromString(String hexString, ClassLoader loader)
Deserializes an Object from a String using the current class loader.- Parameters:
hexString
- The current string.loader
- The current class loader.- Returns:
- The deserialized object.
-
-