名前 | 解説 | |
---|---|---|
![]() | JsonWriter コンストラクタ | Initializes a new instance of the JsonWriter class. |
JsonWriterデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | JsonWriter コンストラクタ | Initializes a new instance of the JsonWriter class. |
名前 | 解説 | |
---|---|---|
![]() | Context | Gets the context object. C1.Web.Mvc.Serialization.Operationから継承されます。 |
![]() | JsonSetting | Gets the json settings. |
名前 | 解説 | |
---|---|---|
![]() | Dispose | Dispose the resources. C1.Web.Mvc.Serialization.Operationから継承されます。 |
![]() | EndScope | End the scope. |
![]() | StartArrayScope | Start the scope for an array. |
![]() | StartObjectScope | Start the scope for a new object. |
![]() | WriteName | Serialize a name for a property. |
![]() | WriteObject | Writes the object. C1.Web.Mvc.Serialization.BaseWriterから継承されます。 |
![]() | WriteRawName | Serialize a name for a property. |
![]() | WriteRawValue | Serialize a text. |
![]() | WriteText | Writes a text value. C1.Web.Mvc.Serialization.BaseWriterから継承されます。 |
![]() | WriteValue | Serialize the specified object. |