C# Class Newtonsoft.Json.Tests.Serialization.SerializationEventOrderTestObject

Show file Open project: JamesNK/Newtonsoft.Json

Public Methods

Method Description
GetEvents ( ) : IList
SerializationEventOrderTestObject ( ) : System

Private Methods

Method Description
OnDeserializedMethod ( StreamingContext context ) : void
OnDeserializingMethod ( StreamingContext context ) : void
OnSerializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void

Method Details

GetEvents() public method

public GetEvents ( ) : IList
return IList

SerializationEventOrderTestObject() public method

public SerializationEventOrderTestObject ( ) : System
return System