gr.uoa.di.madgik.commons.test.state
Class TestClassISerializable
java.lang.Object
gr.uoa.di.madgik.commons.test.state.TestClassISerializable
- All Implemented Interfaces:
- ISerializable
public class TestClassISerializable
- extends Object
- implements ISerializable
- Author:
- gpapanikos
TestClassISerializable
public TestClassISerializable()
toString
public String toString()
- Overrides:
toString in class Object
Serialize
public byte[] Serialize()
throws Exception
- Description copied from interface:
ISerializable
- Serializes the needed information for the interface implementing object instance
- Specified by:
Serialize in interface ISerializable
- Returns:
- rgf
- Throws:
Exception - sdgf
Deserialize
public void Deserialize(byte[] array)
throws Exception
- Description copied from interface:
ISerializable
- Deserializes the the information as serialized by the implementing object's
ISerializable.Serialize()
- Specified by:
Deserialize in interface ISerializable
- Parameters:
array - re
- Throws:
Exception
Copyright © 2013. All Rights Reserved.