Package top.focess.util.serialize
Class SimpleFocessReader
- java.lang.Object
-
- top.focess.util.serialize.FocessReader
-
- top.focess.util.serialize.SimpleFocessReader
-
public class SimpleFocessReader extends FocessReader
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleFocessReader(byte[] bytes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassFindergetDefaultClassFinder()@Nullable Objectread()Read object from the readerstatic voidsetDefaultClassFinder(ClassFinder defaultClassFinder)-
Methods inherited from class top.focess.util.serialize.FocessReader
newFocessReader
-
-
-
-
Method Detail
-
getDefaultClassFinder
public static ClassFinder getDefaultClassFinder()
-
setDefaultClassFinder
public static void setDefaultClassFinder(ClassFinder defaultClassFinder)
-
read
public @Nullable Object read()
Description copied from class:FocessReaderRead object from the reader- Specified by:
readin classFocessReader- Returns:
- the object read from the reader
-
-