[−][src]Trait binjs_io::io::Serialization
Required methods
fn serialize(
&mut self,
data: &T,
path: &mut Path
) -> Result<(), TokenWriterError>
&mut self,
data: &T,
path: &mut Path
) -> Result<(), TokenWriterError>
Serialize a piece of data.
path
indicates the path from the root of the AST.