예제 #1
0
 /// <summary>
 /// Informs the serialization manager whether this serializer supports the type for serialization.
 /// </summary>
 /// <param name="t">The type of the item to be serialized</param>
 /// <returns>A value indicating whether the item can be serialized.</returns>
 public bool IsSupportedType(Type t) => IlBasedSerializerTypeChecker.IsSupportedType(t.GetTypeInfo());