C# Class AK.F1.Timing.Serialization.SerializationHelper

Serialization helper class. This class is .
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
GetObjectTypeCode ( this type ) : ObjectTypeCode

Returns the ObjectTypeCode for the specified type.

GetUninitializedInstance ( this type ) : object

Returns an un-initialised instance of the specified type.

Method Details

GetObjectTypeCode() public static method

Returns the ObjectTypeCode for the specified type.
/// Thrown when is . ///
public static GetObjectTypeCode ( this type ) : ObjectTypeCode
type this The type.
return ObjectTypeCode

GetUninitializedInstance() public static method

Returns an un-initialised instance of the specified type.
/// Thrown when is . ///
public static GetUninitializedInstance ( this type ) : object
type this The type to create an instance of.
return object