SerializationUtil
Public / Methods
ReadArray
Reads an array of objects.
This method can also be used to read elements that have been written using WriteCollection.
- IOException
-
If an I/O error has occurred.
- See also
ReadCollection
Reads a collection of objects.
This method can also be used to read elements that have been written using WriteArray.
- IOException
-
If an I/O error has occurred.
- See also
WriteArray
Serializes an array of objects.
This method can also be used to write elements that will be read using ReadCollection.
- IOException
-
If an I/O error has occurred.
- See also
WriteCollection
Writes a collection of objects.
This method can also be used to write elements that will be read using ReadArray.
- IOException
-
If an I/O error has occurred.
- See also