Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Serialization > API/Runtime/Json/Serialization/FJsonSerializable
- FJsonSerializable::Serialize()
- FJsonDataBag::Serialize()
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Serialization/JsonSerializable.h |
| Include | #include "Serialization/JsonSerializable.h" |
void Serialize
(
FJsonSerializerBase & Serializer,
bool bFlatObject
)
Remarks
Abstract method that needs to be supplied using the macros
Parameters
| Name | Description |
|---|---|
| Serializer | the object that will perform serialization in/out of JSON |
| bFlatObject | if true then no object wrapper is used |