C# Class Poderosa.Protocols.TCPParameterSerializer

Inheritance: TerminalParameterSerializer
Mostra file Open project: poderosaproject/poderosa

Public Methods

Method Description
Deserialize ( TCPParameter tp, StructuredText node ) : void
Serialize ( TCPParameter tp, StructuredText node ) : void
TCPParameterSerializer ( Type concreteType, int defaultport ) : NUnit.Framework

Method Details

Deserialize() public method

public Deserialize ( TCPParameter tp, StructuredText node ) : void
tp TCPParameter
node StructuredText
return void

Serialize() public method

public Serialize ( TCPParameter tp, StructuredText node ) : void
tp TCPParameter
node StructuredText
return void

TCPParameterSerializer() public method

public TCPParameterSerializer ( Type concreteType, int defaultport ) : NUnit.Framework
concreteType System.Type
defaultport int
return NUnit.Framework