[][src]Module simd_json::serde

serde related helper functions

Enums

SerdeConversionError

Error while converting from or to serde values

Functions

from_borrowed_value

Tries to convert a BorrowedValue into a struct that implements serde's Deserialize interface

from_owned_value

Tries to convert a OwnedValue into a struct that implements serde's Deserialize interface

from_slice

parses a byte slice using a serde deserializer. note that the slice will be rewritten in the process.

from_str

parses a str using a serde deserializer. note that the slice will be rewritten in the process and might not remain a valid utf8 string in its entirety.

to_owned_value

Tries to convert a struct that implements serde's serialize into an OwnedValue