Stay organized with collections
Save and categorize content based on your preferences.
MemoryAdvice_JsonSerialization
#include <memory_advice_debug.h>
A char* representing a serialized json object.
Summary
See also:MemoryAdvice_JsonSerialization_free for how to deallocate the memory once finished with the buffer.
Public attributes
|
dealloc)(struct MemoryAdvice_JsonSerialization *)
|
void(*
|
json
|
char *
String for the json object.
|
size
|
uint32_t
Size of the json string.
|
Public attributes
dealloc
void(* MemoryAdvice_JsonSerialization::dealloc)(struct MemoryAdvice_JsonSerialization *)
json
char * MemoryAdvice_JsonSerialization::json
String for the json object.
size
uint32_t MemoryAdvice_JsonSerialization::size
Size of the json string.
Deallocation callback (may be NULL if not owned).
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-03-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-15 UTC."],[],[],null,["# MemoryAdvice_JsonSerialization Struct Reference\n\nMemoryAdvice_JsonSerialization\n==============================\n\n`#include \u003cmemory_advice_debug.h\u003e`\n\nA char\\* representing a serialized json object.\n\nSummary\n-------\n\n**See also:** [MemoryAdvice_JsonSerialization_free](/reference/games/memory-advicegroup/memory-advice-debug#group__memory__advice__debug_1gac6161e8af469e0c557f0a84fa3d46345) for how to deallocate the memory once finished with the buffer.\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------------|--------------------------------------|\n| [dealloc](#group__memory__advice__debug_1ga4527a725df9f71fcc74cc73bb929f47b)`)(struct MemoryAdvice_JsonSerialization *)` | `void(*` |\n| [json](#group__memory__advice__debug_1gafe37a132b77677d86a2a49785b4dde8e) | `char *` String for the json object. |\n| [size](#group__memory__advice__debug_1ga8cffd2167f436813170c3d92e5b0773c) | `uint32_t` Size of the json string. |\n\nPublic attributes\n-----------------\n\n### dealloc\n\n```scdoc\nvoid(* MemoryAdvice_JsonSerialization::dealloc)(struct MemoryAdvice_JsonSerialization *)\n``` \n\n### json\n\n```scdoc\nchar * MemoryAdvice_JsonSerialization::json\n``` \nString for the json object. \n\n### size\n\n```scdoc\nuint32_t MemoryAdvice_JsonSerialization::size\n``` \nSize of the json string.\n\nDeallocation callback (may be NULL if not owned)."]]