Wire.SerializerSession.ShouldWriteTypeManifest C# (CSharp) Method

ShouldWriteTypeManifest() public method

public ShouldWriteTypeManifest ( Type type, ushort &index ) : bool
type System.Type
index ushort
return bool
        public bool ShouldWriteTypeManifest(Type type, out ushort index)
        {
            return !TryGetValue(type, out index);
        }