pub fn serialize<T>(v: T) -> Bytes
where T: Serializable,
Expand description

Serialize a Thrift value using the simple JSON protocol.