C# Class ExampleNamespaceA.LocalFeatures

Show file Open project: enyim/ProtoBuf Class Usage Examples

Private Properties

Property Type Description
LocalFeatures System

Public Methods

Method Description
Deny ( string trolls ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
LocalFeatures ( string secret ) : System

Protected Methods

Method Description
AfterDeserialize ( ) : void
BeforeSerialize ( ) : void

Private Methods

Method Description
LocalFeatures ( ) : System

The serializer requires a constructor with zero arguments. But it can be private.

Method Details

AfterDeserialize() protected method

protected AfterDeserialize ( ) : void
return void

BeforeSerialize() protected method

protected BeforeSerialize ( ) : void
return void

Deny() public method

public Deny ( string trolls ) : void
trolls string
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LocalFeatures() public method

public LocalFeatures ( string secret ) : System
secret string
return System