SerializationUtils Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The SerializationUtils type exposes the following members.
Name | Description | |
---|---|---|
InfoGetBoolean |
Will try to read the value for the field named as the name specified in fieldName.
If the field doesn't exist, false is returned.
| |
InfoGetInt32(SerializationInfo, String) |
Will try to read the value for the field named as the name specified in fieldName.
If the field doesn't exist, 0 is returned.
| |
InfoGetInt32(SerializationInfo, String, Int32) |
Will try to read the value for the field named as the name specified in fieldName.
If the field doesn't exist, 0 is returned.
| |
InfoGetString(SerializationInfo, String) |
Will try to read the value for the field named as the name specified in fieldName.
If the field doesn't exist, an empty string is returned.
| |
InfoGetString(SerializationInfo, String, String) |
Will try to read the value for the field named as the name specified in fieldName.
If the field doesn't exist, an empty string is returned.
| |
InfoGetValue |
Will try to read the value for the field named as the name specified in fieldName.
If the field doesn't exist, null is returned.
|