Identical to contiguous.Deserializer.deserialize but instead of modifying input buffer copies the deserialized data to provided Contiguous wrapper.
struct type src is assumed to contain
buffer previously created by Serializer, unchanged
buffer to store deserialized data
dst by value
See Implementation
Identical to contiguous.Deserializer.deserialize but instead of modifying input buffer copies the deserialized data to provided Contiguous wrapper.