pub fn serialize_world<C, S>(
    world: &World,
    context: &mut C,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
Expand description

Serialize a World through a SerializeContext to a Serializer