Package org.javarosa.core.log
Class FlatLogSerializer
java.lang.Object
org.javarosa.core.log.FlatLogSerializer
- All Implemented Interfaces:
IFullLogSerializer<String>
public class FlatLogSerializer extends Object implements IFullLogSerializer<String>
- Author:
- Clayton Sims
-
Constructor Summary
Constructors Constructor Description FlatLogSerializer() -
Method Summary
Modifier and Type Method Description StringserializeLogs(LogEntry[] logs)
-
Constructor Details
-
FlatLogSerializer
public FlatLogSerializer()
-
-
Method Details
-
serializeLogs
- Specified by:
serializeLogsin interfaceIFullLogSerializer<String>
-