To serialize an object means to convert its state to a byte stream so way that the byte stream can be reverted back into a copy of the object.
My musings on technology
To serialize an object means to convert its state to a byte stream so way that the byte stream can be reverted back into a copy of the object.