Method | 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 |
Method | Description | |
---|---|---|
SerializeToBase64 ( object value ) : string | ||
SetMacKey ( byte macKeyModifier ) : void |
public Deserialize ( Stream stream ) : object | ||
stream | Stream | |
return | object |
public Deserialize ( TextReader input ) : object | ||
input | TextReader | |
return | object |
public LosFormatter ( ) : System.Configuration | ||
return | System.Configuration |
public LosFormatter ( bool enableMac, byte macKeyModifier ) : System.Configuration | ||
enableMac | bool | |
macKeyModifier | byte | |
return | System.Configuration |
public LosFormatter ( bool enableMac, string macKeyModifier ) : System.Configuration | ||
enableMac | bool | |
macKeyModifier | string | |
return | System.Configuration |
public Serialize ( Stream stream, object value ) : void | ||
stream | Stream | |
value | object | |
return | void |
public Serialize ( TextWriter output, object value ) : void | ||
output | TextWriter | |
value | object | |
return | void |