259 [
Obsolete(
"This property is obsolete and has been replaced by the OnDeserializedCallbacks collection.")]
266 long value = 0.m_value;
279 [
Obsolete(
"This property is obsolete and has been replaced by the OnDeserializingCallbacks collection.")]
286 long value = 0.m_value;
299 [
Obsolete(
"This property is obsolete and has been replaced by the OnSerializedCallbacks collection.")]
306 long value = 0.m_value;
319 [
Obsolete(
"This property is obsolete and has been replaced by the OnSerializingCallbacks collection.")]
326 long value = 0.m_value;
339 [
Obsolete(
"This property is obsolete and has been replaced by the OnErrorCallbacks collection.")]
346 long value = 0.m_value;
420 if (onSerializingCallbacks !=
null)
430 if (onSerializedCallbacks !=
null)
440 if (onDeserializingCallbacks !=
null)
459 if (onErrorCallbacks !=
null)
class f__AnonymousType0<< Count > j__TPar
IList< SerializationErrorCallback > OnErrorCallbacks
static SerializationCallback CreateSerializationCallback(MethodInfo callbackMethodInfo)
Type NonNullableUnderlyingType
Func< object > DefaultCreator
IList< SerializationCallback > _onSerializingCallbacks
void InvokeOnError(object o, StreamingContext context, ErrorContext errorContext)
IList< SerializationCallback > OnSerializedCallbacks
bool IsReadOnlyOrFixedSize
List< SerializationCallback > _onDeserializedCallbacks
MethodInfo OnDeserialized
JsonConverter< InternalConverter > k__BackingField
void InvokeOnSerialized(object o, StreamingContext context)
bool DefaultCreatorNonPublic
ReadType InternalReadType
IList< SerializationCallback > OnDeserializingCallbacks
IList< SerializationErrorCallback > _onErrorCallbacks
JsonContract(Type underlyingType)
MethodInfo OnDeserializing
void InvokeOnSerializing(object o, StreamingContext context)
void InvokeOnDeserialized(object o, StreamingContext context)
static SerializationErrorCallback CreateSerializationErrorCallback(MethodInfo callbackMethodInfo)
IList< SerializationCallback > OnSerializingCallbacks
JsonContractType ContractType
Type< UnderlyingType > k__BackingField
bool< DefaultCreatorNonPublic > k__BackingField
IList< SerializationCallback > _onSerializedCallbacks
IList< SerializationCallback > _onDeserializingCallbacks
bool?< IsReference > k__BackingField
void InvokeOnDeserializing(object o, StreamingContext context)
IList< SerializationCallback > OnDeserializedCallbacks
JsonConverter InternalConverter
JsonConverter< Converter > k__BackingField
Func< object >< DefaultCreator > k__BackingField
static bool IsConvertible(Type t)
static bool IsNullable(Type t)
static bool IsNullableType(Type t)
static void ArgumentNotNull(object value, string parameterName)
static Type GetUnderlyingType(Type nullableType)