public class SerializerDoubleArrayHandler : ISerializerSurrogateHandler| SerializerDoubleArrayHandler | Initializes a new instance of the SerializerDoubleArrayHandler class |
| Deserialize | Deserialize a string to a double array |
| 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. |
| 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. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Serialize | Serialize a double array to string |
| ToString | Returns a string that represents the current object. (Inherited from Object) |