class ConfigData

book_4_sparkGenerated
code_blocksInput

Description

The ConfigData class in the Sandbox namespace is designed to handle configuration data with serialization and deserialization capabilities. It provides properties to manage unique identifiers and versioning, with specific attributes to control JSON serialization behavior.

Members

Instance Members

Member NameSummary
SerializeConverts the configuration data into a JSON object.
DeserializePopulates the configuration data from a JSON string.
GuidGets or sets the unique identifier for the configuration data. This property is hidden and serialized with the name "__guid".
VersionGets or sets the version of the configuration data. This property is hidden and ignored during JSON serialization.