SerializationServices Class |
Provides some utility method for the current namespace.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class SerializationServices
Name | Description | |
---|---|---|
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.
| |
GetSerializationException(LocationInfo) |
Checks whether a given LocationInfo can be safely serialized.
|