IsSupportedType(Type)
public bool IsSupportedType(Type type) Determines whether the specified type is supported by this instance.
Parameters
typeType- The type.
Returns
true if the specified type is supported; otherwise, false.System.Runtime.Serialization.ISerializable pattern. public bool IsSupportedType(Type type)typeTypetrue if the specified type is supported; otherwise, false.public object ReadValue<TInput>(ref Reader<TInput> reader, Field field)readerReader<TInput>fieldFieldpublic void WriteField<TBufferWriter>(ref Writer<TBufferWriter> writer, uint fieldIdDelta, Type expectedType, object value)writerWriter<TBufferWriter>fieldIdDeltauintexpectedTypeTypevalueobject