Class DeserializationUtil
java.lang.Object
org.palladiosimulator.metricspec.util.DeserializationUtil
Class containing utilities for deserializing objects using the selected class loader.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
createFromString
(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.
-