net.anotheria.moskito.central.storage.serializer
Class CSVSerializer

java.lang.Object
  extended by net.anotheria.moskito.central.storage.serializer.CSVSerializer

public class CSVSerializer
extends Object

Special serializer for comma-separater-value list files.

Since:
24.03.13 23:06
Author:
lrosenberg

Constructor Summary
CSVSerializer()
           
 
Method Summary
 byte[] getHeader(Snapshot snapshot)
           
 byte[] serialize(Snapshot snapshot, String stat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVSerializer

public CSVSerializer()
Method Detail

serialize

public byte[] serialize(Snapshot snapshot,
                        String stat)

getHeader

public byte[] getHeader(Snapshot snapshot)


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