Skip to main content

Deserialize

Derive Macro Deserialize 

Source
#[derive(Deserialize)]
{
    // Attributes available to this derive:
    #[ld]
}
Expand description

Derives the FromLinkedData deserialization traits from #[ld(...)] attributes.

See the ld-core documentation for the attribute vocabulary.