Deserializers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use BroombridgeSerializer instead.
Broombridge deserializers
[System.Obsolete("Please use BroombridgeSerializer instead.", false)]
public static class Deserializers
[<System.Obsolete("Please use BroombridgeSerializer instead.", false)>]
type Deserializers = class
Public Class Deserializers
- Inheritance
-
Deserializers
- Attributes
Methods
| Deserialize<TData>(String) |
Generic deserializer from a file into a data structure of type |
| Deserialize<TData>(TextReader) |
Generic deserializer from a file into a data structure of type |
| DeserializeBroombridge(String) |
Returns Broombridge deserialized into the current version data structure. Data structure is automatically updated to the current Broombridge version. |
| DeserializeBroombridge(TextReader) |
Returns Broombridge deserialized into the current version data structure. Data structure is automatically updated to the current Broombridge version. |
| GetVersionNumber(String) |
Returns version number of a Broombridge file. |
| GetVersionNumber(TextReader) |
Returns version number of a Broombridge file. |