Trait clacks::BoxedSerialize [] [src]

pub trait BoxedSerialize {
    fn type_id(&self) -> ConstructorNumber;
fn serialize_boxed(&self, ser: &mut Serializer) -> Result<()>; }

Required Methods

Implementors