|
string | SerializeProperties< TContent > (TContent content) |
| returns only the {} representing the properties object More...
|
|
string | Serialize< TContent > (TContent content) |
| Returns the {id: 1, version: 1, properties: {}} json model. More...
|
|
TContentBase | DeserializeByType (string json, Type contentType) |
|
TContent | Deserialize< TContent > (string json) |
|
|
string | GetNullStringForType (Type argType) |
|
string | SerializeArgument (object arg, Type argType) |
|
object | DeserializeResult (object preParsedValue, Type type) |
|
abstract TContent | CreateInstance< TContent > () |
|
◆ Serialize< TContent >()
Returns the {id: 1, version: 1, properties: {}} json model.
- Parameters
-
- Template Parameters
-
- Returns
- Type Constraints
-
TContent | : | IContentObject | |
TContent | : | new() | |
◆ SerializeProperties< TContent >()
returns only the {} representing the properties object
- Parameters
-
- Template Parameters
-
- Returns
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Common/Runtime/Content/ContentSerializer.cs