Метод | Описание | |
---|---|---|
Deserialize ( object>.IDictionary |
||
ReplayJsonConverter ( bool rawMode = false, bool includeUnknowns = false, bool includeMetadataProperties = true, bool includeLevels = false, bool includeKeyFrames = false, bool includeFrames = true, bool includeDebugStrings = false, bool includeTickMarks = true, bool includePackages = false, bool includeObjects = false, bool includeNames = false, bool includeClassIndexes = false, bool includeClassNetCaches = false ) : System | ||
Serialize ( object obj, System.Web.Script.Serialization.JavaScriptSerializer serializer ) : object>.IDictionary |
public Deserialize ( object>.IDictionary |
||
dictionary | object>.IDictionary | |
type | ||
serializer | System.Web.Script.Serialization.JavaScriptSerializer | |
Результат | object |
public ReplayJsonConverter ( bool rawMode = false, bool includeUnknowns = false, bool includeMetadataProperties = true, bool includeLevels = false, bool includeKeyFrames = false, bool includeFrames = true, bool includeDebugStrings = false, bool includeTickMarks = true, bool includePackages = false, bool includeObjects = false, bool includeNames = false, bool includeClassIndexes = false, bool includeClassNetCaches = false ) : System | ||
rawMode | bool | |
includeUnknowns | bool | |
includeMetadataProperties | bool | |
includeLevels | bool | |
includeKeyFrames | bool | |
includeFrames | bool | |
includeDebugStrings | bool | |
includeTickMarks | bool | |
includePackages | bool | |
includeObjects | bool | |
includeNames | bool | |
includeClassIndexes | bool | |
includeClassNetCaches | bool | |
Результат | System |
public Serialize ( object obj, System.Web.Script.Serialization.JavaScriptSerializer serializer ) : object>.IDictionary |
||
obj | object | |
serializer | System.Web.Script.Serialization.JavaScriptSerializer | |
Результат | object>.IDictionary |