TypeExtensions Class |
Namespace: SavegamePro.Extensions
public static class TypeExtensions
Name | Description | |
---|---|---|
![]() ![]() | CanBeSerialized(FieldInfo) |
Returns true if fieldInfo can be serialized.
|
![]() ![]() | CanBeSerialized(PropertyInfo, ISurrogateSelector) |
Returns true if propertyInfo can be serialized.
|
![]() ![]() | ShouldBeSerialized(FieldInfo) |
Returns true if fieldInfo should be serialized.
|
![]() ![]() | ShouldBeSerialized(PropertyInfo) |
Returns true if propertyInfo should be serialized.
|