Object Serialization

阅读更多

1. The term serialization describes the process of persisting (and possibly transferring) the state of an
object into a stream (file stream, memory stream, etc.). The persisted data sequence contains all
necessary information needed to reconstruct (or deserialize) the state of the object for use later.

你可能感兴趣的:(Object Serialization)