Package org
Class ObjectAttributeService
java.lang.Object
org.ObjectAttributeService
- All Implemented Interfaces:
HelperClass
public class ObjectAttributeService extends Object implements HelperClass
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
-
Field Summary
Fields Modifier and Type Field Description static StringobjectToStringMappingPossible_StringPrefix -
Constructor Summary
Constructors Constructor Description ObjectAttributeService() -
Method Summary
Modifier and Type Method Description static ObjectcreateAndInitObjectFromString(String objstring)static ObjectgetObjectFromString(String serializedObject)static StringgetStringPrefix(Object instance)static StringgetStringRepresentationFor(Object myInstance)static voidmain(String[] args)
-
Field Details
-
objectToStringMappingPossible_StringPrefix
-
-
Constructor Details
-
ObjectAttributeService
public ObjectAttributeService()
-
-
Method Details
-
getStringRepresentationFor
- Throws:
IOException
-
getObjectFromString
public static Object getObjectFromString(String serializedObject) throws InvalidClassException, IOException, ClassNotFoundException- Parameters:
string-- Returns:
- Throws:
InvalidClassExceptionIOExceptionClassNotFoundException
-
main
-
getStringPrefix
- Parameters:
list-- Returns:
-
createAndInitObjectFromString
- Parameters:
string-- Returns:
-