C# Class Akka.Interfaced.SlimSocket.ExceptionSerializer

Datei anzeigen Open project: SaladLab/Akka.Interfaced.SlimSocket Class Usage Examples

Public Methods

Method Description
Deserialize ( Stream source ) : Exception
ExceptionSerializer ( PacketSerializerBase data ) : System
Serialize ( Stream dest, Exception value ) : void

Method Details

Deserialize() public method

public Deserialize ( Stream source ) : Exception
source Stream
return System.Exception

ExceptionSerializer() public method

public ExceptionSerializer ( PacketSerializerBase data ) : System
data PacketSerializerBase
return System

Serialize() public method

public Serialize ( Stream dest, Exception value ) : void
dest Stream
value System.Exception
return void