abstutil
0.1.0
In abstutil::
serde
Functions
deserialize_btreemap
deserialize_hashmap
deserialize_multimap
deserialize_usize
from_binary
from_binary_reader
from_json
from_json_reader
serialize_btreemap
serialize_hashmap
serialize_multimap
serialize_usize
serialized_size_bytes
to_binary
to_json
to_json_terse
abstutil
::
serde
Function
to_binary
Copy item path
Settings
Help
Summary
Source
pub fn to_binary<T:
Serialize
>(obj:
&T
) ->
Vec
<
u8
>
Expand description
Transforms an object to bincoded bytes.