Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Serialization > API/Runtime/Json/Serialization/FJsonSerializerReader > API/Runtime/Json/Serialization/FJsonSerializerReader/Serialize
- FJsonSerializerBase::Serialize()
- FJsonSerializerReader::Serialize()
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerMacros.h |
| Include | #include "Serialization/JsonSerializerMacros.h" |
virtual void Serialize
&40;
const TCHAR &42; Name,
uint32 & Value
&41;
Remarks
If the underlying json object has the field, it is read into the value
Parameters
| Name | Description |
|---|---|
| Name | the name of the field to read |
| Value | the out value to read the data into |