Class SerializableContractImpl

java.lang.Object
de.cuioss.test.valueobjects.contract.SerializableContractImpl
All Implemented Interfaces:
ObjectTestContract

public class SerializableContractImpl extends Object implements ObjectTestContract
Tests whether the object in hand implements Serializable and than serializes / deserializes the object, and compares the newly created object with the original by using Object.equals(Object)
Author:
Oliver Wolff