Initializes a new instance of the JsonWebServiceContent class.
protected internal JsonWebServiceContent(TValue value)
parameter | description |
---|---|
value | The value. |
JsonUtility.ToJson is called just in time when the JSON content is needed.
Initializes a new instance of the JsonWebServiceContent class.
protected internal JsonWebServiceContent(TValue value, JsonSettings? settings)
parameter | description |
---|---|
value | The content. |
settings | The settings. |
JsonUtility.ToJson is called just in time when the JSON content is needed.