Difference between revisions of "Deserialization"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
* Python: [[pickle]] [[standard library module]]
 
* Python: [[pickle]] [[standard library module]]
 
* [[Go]] natively supports unmarshalling/marshalling of [[JSON]] and [[XML]] data
 
* [[Go]] natively supports unmarshalling/marshalling of [[JSON]] and [[XML]] data
 +
* [[Rust]]: [[Serde]] is the most widely used library, or crate, for serialization in Rust.

Revision as of 13:35, 5 June 2022

wikipedia:Deserialization


Advertising: