Java / Java Serialization
Can a Serialized object be transmitted through network?
Yes, a Serialized object can be transmitted via the network as Java serialized object remains in form of bytes. Serialized objects can also be stored in Disk or database as Blob.
More Related questions...