Support deserialization into byte arrays for BLOB's via serde_bytes.
This commit is contained in:
@@ -20,6 +20,7 @@ Enhancements
|
||||
|
||||
* Added `into_array` and `into_typed_array` for `Dynamic`.
|
||||
* Added `FnPtr::call` and `FnPtr::call_within_context` to simplify calling a function pointer.
|
||||
* BLob's can now be deserialized (using `from_dynamic`) into `Vec<u8>` via [`serde_bytes`](https://crates.io/crates/serde_bytes).
|
||||
|
||||
Deprecated and Gated API's
|
||||
--------------------------
|
||||
|
Reference in New Issue
Block a user