pub fn unserialize_from_vector<Stream, X>(s: &mut Stream, args: &mut X)
Expand description

| Takes a stream and multiple arguments and | unserializes them first as a vector then each | object individually in the order provided in | the arguments