Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (29 loc) · 1.13 KB

File metadata and controls

46 lines (29 loc) · 1.13 KB

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