Difference between revisions of "Deserialization"
Jump to navigation
Jump to search
(Created page with "wikipedia:Deserialization") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:Deserialization]] | [[wikipedia:Deserialization]] | ||
+ | |||
+ | |||
+ | |||
+ | * Python: [[pickle]] [[standard library module]] | ||
+ | * [[Go]] natively supports unmarshalling/marshalling of [[JSON]] and [[XML]] data | ||
+ | * [[Rust]]: [[Serde]] is the most widely used library, or crate, for serialization in Rust. | ||
+ | |||
+ | == Related == | ||
+ | * [[Artifactory]]: [[CVE-2022-0573]] [[Artifactory]] Vulnerable to [[deserialization]] of Untrusted Data | ||
+ | |||
+ | == See also == | ||
+ | * {{Programming}} | ||
+ | |||
+ | [[Category:Computing]] |
Latest revision as of 13:37, 5 June 2022
- Python: pickle standard library module
- Go natively supports unmarshalling/marshalling of JSON and XML data
- Rust: Serde is the most widely used library, or crate, for serialization in Rust.
Related[edit]
- Artifactory: CVE-2022-0573 Artifactory Vulnerable to deserialization of Untrusted Data
See also[edit]
- Programming: C, Python,
go
,loop
,while
,for
,if
,variable
, Error handling, Regex, Function, IDE, await, R (programming language), XACML, Type, Class inheritance, Methods, Scheme, Array, Deserialization
Advertising: