Package top.focess.util.serialize
Class SimpleFocessWriter
- java.lang.Object
-
- top.focess.util.serialize.FocessWriter
-
- top.focess.util.serialize.SimpleFocessWriter
-
public class SimpleFocessWriter extends FocessWriter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleFocessWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]toByteArray()voidwrite(Object o)Write object by this writer-
Methods inherited from class top.focess.util.serialize.FocessWriter
newFocessWriter
-
-
-
-
Method Detail
-
write
public void write(Object o)
Description copied from class:FocessWriterWrite object by this writer- Specified by:
writein classFocessWriter- Parameters:
o- the object need to be written
-
toByteArray
public byte[] toByteArray()
-
-