pub fn try_serialize_id<T, I, S>(
    archetype: &Archetype,
    id: &I,
    out: &mut S
) -> Result<(), S::Error>
Available on crate feature column-serialize only.
Expand description

If archetype has T components, serialize id into S