Java Serialization with object input/output stream -
in java, serializing objects i.e. object state on network using serializable marker interface , object streams(serilaze , deseriaze). having different streams write object state.why marked serialization object?.
perhaps, need read java serialization understand concepts, , proceed.
the crux here (objectinput/outputstream) mechanism java uses object serialization. are, however, free implement own serialization mechanism (such serializing xml files).
Comments
Post a Comment