dynamodb_encryption_sdk.internal.formatting.deserialize.attribute

Tooling for deserializing attributes.

Warning

No guarantee is provided on the modules and APIs within this namespace staying consistent. Directly reference at your own risk.

Functions

deserialize_attribute(serialized_attribute)

Deserializes serialized attributes for decryption.

dynamodb_encryption_sdk.internal.formatting.deserialize.attribute.deserialize_attribute(serialized_attribute: bytes) Dict[str, Dict[str, Any]][source]

Deserializes serialized attributes for decryption.

Parameters

serialized_attribute (bytes) – Serialized attribute bytes

Returns

Deserialized attribute

Return type

dict