Class DeserializationUtil
java.lang.Object
org.palladiosimulator.metricspec.util.DeserializationUtil
Class containing utilities for deserializing objects using the selected class loader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcreateFromString(String hexString, ClassLoader loader) Deserializes an Object from a String using the current class loader.
-
Constructor Details
-
DeserializationUtil
public DeserializationUtil()
-
-
Method Details
-
createFromString
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.
-