JsonWebServiceContent<TValue> constructor (1 of 2)

Initializes a new instance of the JsonWebServiceContent class.

protected internal JsonWebServiceContent(TValue value)
parameter description
value The value.

Remarks

JsonUtility.ToJson is called just in time when the JSON content is needed.

See Also


JsonWebServiceContent<TValue> constructor (2 of 2)

Initializes a new instance of the JsonWebServiceContent class.

protected internal JsonWebServiceContent(TValue value, JsonSettings? settings)
parameter description
value The content.
settings The settings.

Remarks

JsonUtility.ToJson is called just in time when the JSON content is needed.

See Also