public class FileSerializer extends Object implements Serializer<File>
File.| Constructor and Description |
|---|
FileSerializer(File root) |
| Modifier and Type | Method and Description |
|---|---|
SerializerFormatDefinition |
getFormatDefinition()
Get the definition that describes what this serializer can
read and write.
|
File |
read(StreamingInput in)
Read an object from the specified stream.
|
void |
write(File object,
String name,
StreamingOutput stream)
Write and object to the specified stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromBytes, fromBytes, toBytes, toBytespublic FileSerializer(File root)
public File read(StreamingInput in) throws IOException
Serializerread in interface Serializer<File>IOExceptionpublic void write(File object, String name, StreamingOutput stream) throws IOException
Serializerwrite in interface Serializer<File>object - object to writename - the name it should have in the streamstream - the stream to useIOExceptionpublic SerializerFormatDefinition getFormatDefinition()
SerializergetFormatDefinition in interface Serializer<File>Copyright © 2016. All rights reserved.