pub trait Serialize<P> where
    P: ProtocolWriter
{ fn write(&self, p: &mut P); }

Required Methods

Implementations on Foreign Types

Vec is Thrift List type

[T] is Thrift List type

Implementors