NDataFormat Class Members
In This Topic
The following tables list the members exposed by NDataFormat.
Public Fields
Public Properties
| Name | Description |
 | Name | Gets the format name. |
Top
Public Methods
| Name | Description |
  | Create | Creates a custom data format that has the specified serializer and deserializer. |
 | Equals | Checks whether the given object is equal to this data format. |
  | GetByName | Gets a data format from the specified name. Returns null if the format is not yet created. |
 | GetHashCode | Gets the has code for this data format. |
 | ToString | Gets the string representation of this data format. |
 | TryDeserialize | |
 | TrySerialize | |
Top
See Also