Function hecs::serialize::row::serialize

source ·
pub fn serialize<C, S>(
    world: &World,
    context: &mut C,
    serializer: S
) -> Result<S::Ok, S::Error>
Available on crate feature row-serialize only.
Expand description

Serialize a World through a SerializeContext to a Serializer