|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializedFormat | |
---|---|
dsto.dfc.swing.persistence | Support for managing persistent objects. |
Uses of SerializedFormat in dsto.dfc.swing.persistence |
---|
Fields in dsto.dfc.swing.persistence declared as SerializedFormat | |
---|---|
protected SerializedFormat |
FileDocument.format
|
Methods in dsto.dfc.swing.persistence with parameters of type SerializedFormat | |
---|---|
static InputStream |
Deserializer.openAutoDetect(InputStream stream,
SerializedFormat format)
Open a data stream, auto detecting format and adding a decompressor if stream is compressed. |
static Object |
Deserializer.read(File file,
SerializedFormat format)
|
static Object |
Deserializer.read(InputStream stream,
SerializedFormat format)
Read an object from an input stream. |
static Object |
Deserializer.read(String fileName,
SerializedFormat format)
Read a serialized object from a file, autodetecting serialized format. |
static Object |
Deserializer.readObject(InputStream input,
SerializedFormat format)
Read an object from an input stream using the correct reader for the given format. |
static void |
Serializer.save(Object object,
String file,
SerializedFormat format)
Serialize an object using a given format. |
static void |
Serializer.writeObject(Object object,
OutputStream output,
SerializedFormat format)
Write an object to an output stream using the appropriate writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |