Interface ISerializer

    • Method Detail

      • serialize

        byte[] serialize​(Object object)
        Converts the object to byte array
        Parameters:
        object - the object to serialize
        Returns:
        the serialized page as byte array
      • deserialize

        Object deserialize​(byte[] data)
        Reconstructs the object from its serialized state
        Parameters:
        data - the serialized state of the object
        Returns:
        the object reconstructed from its serialized state