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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -