Feature "serde"
- Serialize & Deserialize are implemented for ConcurrentVec. The concurrent vector is represented as a regular sequence.
- These implementations are available only through opt-in feature "serde".
- Example usage can be found in the corresponding test file.