C# Class Flood.Remoting.RemotingPeer

显示文件 Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
CreateSerializer ( ) : Serializer
Dispatch ( Message data ) : void
Equals ( Object other ) : bool
GetHashCode ( ) : int

Method Details

CreateSerializer() public abstract method

public abstract CreateSerializer ( ) : Serializer
return Flood.Serialization.Serializer

Dispatch() public abstract method

public abstract Dispatch ( Message data ) : void
data Message
return void

Equals() public abstract method

public abstract Equals ( Object other ) : bool
other Object
return bool

GetHashCode() public abstract method

public abstract GetHashCode ( ) : int
return int