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

If archetype has T components, serialize id into S