Object Transport
An Introduction with Examples in Java |
Prof. David Bernstein
|
Computer Science Department |
bernstdh@jmu.edu |
ObjectOutputStream
and
ObjectInputStream
classes are used to serialize and
deserialize objectsSocket
ByteArrayOutputStream
and
ByteArrayInputStream
can be used to create
a stream from an array of bytesDatagramPacket
as a stream