gr.uoa.di.madgik.commons.test.state
Class TestClassISerializable

java.lang.Object
  extended by gr.uoa.di.madgik.commons.test.state.TestClassISerializable
All Implemented Interfaces:
ISerializable

public class TestClassISerializable
extends Object
implements ISerializable

Author:
gpapanikos

Constructor Summary
TestClassISerializable()
           
 
Method Summary
 void Deserialize(byte[] array)
          Deserializes the the information as serialized by the implementing object's ISerializable.Serialize()
 byte[] Serialize()
          Serializes the needed information for the interface implementing object instance
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestClassISerializable

public TestClassISerializable()
Method Detail

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.