generic_array::GenericArray optionally implements serde's Serialize and Deserialize trait if the corresponding feature is enabled.
I tried to update my dependency on blake2 to the current pre-release, but am blocked on the missing serde implementations on Array.
Are these planned for the future?