| Member | Description |
|---|---|
Constructor |
Constructor |
IsSerializable |
This method is used to detect if the custom attribute public bool IsSerializable( MemberInfo propertyInfoType ); |
Serialize |
This is the method to be called to kick off the process. public string Serialize( object businessEntity ); public string Serialize( object businessEntity, |