Method | Description | |
---|---|---|
GetSerializableObject ( object obj ) : |
Reflect the first SerializableObject from an object.
|
|
IsSerializableObject ( object obj ) : bool |
Indicate whether a class has a SerializableObject attribute.
|
|
SerializableObjectAttribute ( bool useSelfSerialize, bool useSelfDeserialize ) : System |
Initializes a new instance of the SerializableObjectAttribute class.
|
public static GetSerializableObject ( object obj ) : |
||
obj | object | An object instance. |
return |
public static IsSerializableObject ( object obj ) : bool | ||
obj | object | The object. |
return | bool |
public SerializableObjectAttribute ( bool useSelfSerialize, bool useSelfDeserialize ) : System | ||
useSelfSerialize | bool | Whether to use self-Serialize method. |
useSelfDeserialize | bool | Whether to use self deserialize method. |
return | System |