Provides some utility method for the current namespace.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public static class SerializationServicesMethods
| Name | Description |
|---|---|
| GetSerializationException(LocationInfo) | Checks whether a given LocationInfo can be safely serialized. |
| GetSerializationException(MemberInfo) | Checks whether a given MethodInfo, ConstructorInfo, FieldInfo, PropertyInfo, EventInfo or Type can be safely serialized. |
| GetSerializationException(ParameterInfo) | Checks whether a given ParameterInfo can be safely serialized. |