2015/07/26 - Apache DirectMemory has been retired.

For more information, please explore the Attic.

public interface

Serializer

org.apache.directmemory.serialization.Serializer
Known Indirect Subclasses

Class Overview

All implementations must be thread-safe

Summary

Public Methods
abstract <T> T deserialize(byte[] source, Class<T> clazz)
abstract <T> byte[] serialize(T obj)

Public Methods

public abstract T deserialize (byte[] source, Class<T> clazz)

public abstract byte[] serialize (T obj)

Throws
IOException