Struct amf::amf3::Encoder [] [src]

pub struct Encoder<W> { /* fields omitted */ }

AMF3 encoder.

Methods

impl<W> Encoder<W>
[src]

Unwraps this Encoder, returning the underlying writer.

impl<W> Encoder<W> where
    W: Write
[src]

Makes a new instance.

Encodes a AMF3 value.

Trait Implementations

impl<W: Debug> Debug for Encoder<W>
[src]

Formats the value using the given formatter.