pub fn serialize<T>(v: T) -> Byteswhere
T: Serializable,Expand description
Serialize a Thrift value using the simple JSON protocol.
pub fn serialize<T>(v: T) -> Byteswhere
T: Serializable,Serialize a Thrift value using the simple JSON protocol.