C# Class System.Web.UI.LosFormatter

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( Stream stream ) : object
Deserialize ( TextReader input ) : object
Deserialize ( string input ) : object
LosFormatter ( ) : System.Configuration
LosFormatter ( bool enableMac, byte macKeyModifier ) : System.Configuration
LosFormatter ( bool enableMac, string macKeyModifier ) : System.Configuration
Serialize ( Stream stream, object value ) : void
Serialize ( TextWriter output, object value ) : void

Private Methods

Méthode Description
SerializeToBase64 ( object value ) : string
SetMacKey ( byte macKeyModifier ) : void

Method Details

Deserialize() public méthode

public Deserialize ( Stream stream ) : object
stream Stream
Résultat object

Deserialize() public méthode

public Deserialize ( TextReader input ) : object
input TextReader
Résultat object

Deserialize() public méthode

public Deserialize ( string input ) : object
input string
Résultat object

LosFormatter() public méthode

public LosFormatter ( ) : System.Configuration
Résultat System.Configuration

LosFormatter() public méthode

public LosFormatter ( bool enableMac, byte macKeyModifier ) : System.Configuration
enableMac bool
macKeyModifier byte
Résultat System.Configuration

LosFormatter() public méthode

public LosFormatter ( bool enableMac, string macKeyModifier ) : System.Configuration
enableMac bool
macKeyModifier string
Résultat System.Configuration

Serialize() public méthode

public Serialize ( Stream stream, object value ) : void
stream Stream
value object
Résultat void

Serialize() public méthode

public Serialize ( TextWriter output, object value ) : void
output TextWriter
value object
Résultat void