Méthode | Description | |
---|---|---|
Deserialize ( |
Deserialize an System.Xml.XmlTextReader pointing to a WDDX packet. Does not perform validation on the packet.
|
|
Deserialize ( |
Deserialize an System.Xml.XmlTextReader pointing to a WDDX packet. If |
|
Deserialize ( string WddxPacket ) : object |
Deserializes a string containing a WDDX packet. Does not perform validation on the packet.
|
|
Deserialize ( string WddxPacket, bool validate ) : object |
Deserializes a string containing a WDDX packet. If |
|
IsValid ( |
Validates the given WDDX packet against the WDDX XML Schema, and indicates whether or not the packet passed validation. ColdFusion can produce |
|
IsValid ( string WddxPacket ) : bool |
Validates the given WDDX packet against the WDDX XML Schema, and indicates whether or not the packet passed validation. ColdFusion can produce |
public Deserialize ( |
||
input | The pre-initialized |
|
Résultat | object |
public Deserialize ( |
||
input | The pre-initialized |
|
validate | bool | /// Boolean indicating whether or not validation should be performed during deserialization. /// |
Résultat | object |
public Deserialize ( string WddxPacket ) : object | ||
WddxPacket | string | The WDDX packet to be deserialized. |
Résultat | object |
public Deserialize ( string WddxPacket, bool validate ) : object | ||
WddxPacket | string | The WDDX packet to be deserialized. |
validate | bool | /// Boolean indicating whether or not validation should be performed during deserialization. /// |
Résultat | object |
public IsValid ( |
||
input | The pre-initialized |
|
Résultat | bool |
public IsValid ( string WddxPacket ) : bool | ||
WddxPacket | string | The WDDX packet to be validated. |
Résultat | bool |