net.anotheria.moskito.central.storage
Interface SnapshotSerializer

All Known Implementing Classes:
GsonSerializer

public interface SnapshotSerializer

Defines serializers for snapshots.

Since:
22.03.13 14:07
Author:
lrosenberg

Method Summary
 byte[] serialize(Snapshot snapshot)
          Creates a serialized version of a snapshot and returns byte version.
 

Method Detail

serialize

byte[] serialize(Snapshot snapshot)
Creates a serialized version of a snapshot and returns byte version.

Parameters:
snapshot - snapshot to serialize.
Returns:


Copyright © 2010-2013 anotheria.net. All Rights Reserved.