FJsonSerializable::Serialize

Abstract method that needs to be supplied using the macros

Windows
MacOS
Linux

Override Hierarchy

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerMacros.h

Include

#include "Serialization/JsonSerializerMacros.h"

Syntax

void Serialize
(
    FJsonSerializerBase & Serializer,
    bool bFlatObject
)

Remarks

Abstract method that needs to be supplied using the macros

Parameters

Parameter

Description

Serializer

the object that will perform serialization in/out of JSON

bFlatObject

if true then no object wrapper is used

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss