public class SerializerFilePathHandler : ISerializerSurrogateHandler| SerializerFilePathHandler | Create a new handler that handles FilePaths during (de)serialization |
| BasePath | FilePath to use as base |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetDataContractType | During serialization, deserialization, and schema import and export, returns a data contract type that substitutes the specified type. |
| GetDeserializedObject | During deserialization, returns an object that is a substitute for the specified object. Go from SerializerFilePathSurrogate to FilePath before de-serialization. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetObjectToSerialize | When deserializing, handle the deserialized object. If type changes, transform obj to the original type. Go from FilePath to SerializerFilePathSurrogate before serialization. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |