이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# CProtobufSerialization Struct Reference\n\nCProtobufSerialization\n======================\n\n`#include \u003ctuningfork.h\u003e`\n\nA series of bytes representing a serialized protocol buffer.\n\nSummary\n-------\n\n**See also:** [CProtobufSerialization_Free](/games/sdk/reference/performance-tuner/custom-engine/group/tuningfork#group__tuningfork_1ga85c8f507c9d70f4a12b7fe34a9a594f0) for how to deallocate the memory once finished with the buffer.\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------|----------------------------|\n| [bytes](#struct_c_protobuf_serialization_1ae305c154fc1f8088534d76943b9b8cab) | `uint8_t *` |\n| [dealloc](#struct_c_protobuf_serialization_1ae3f7e920e91f3dd740e07b5632c66040)`)(struct CProtobufSerialization *)` | `void(*` Size of array. |\n| [size](#struct_c_protobuf_serialization_1a526040b7f458d820f12806c43cde7d33) | `uint32_t` Array of bytes. |\n\nPublic attributes\n-----------------\n\n### bytes\n\n```scdoc\nuint8_t * CProtobufSerialization::bytes\n``` \n\n### dealloc\n\n```scdoc\nvoid(* CProtobufSerialization::dealloc)(struct CProtobufSerialization *)\n``` \nSize of array.\n\nDeallocation callback (may be NULL if not owned). \n\n### size\n\n```scdoc\nuint32_t CProtobufSerialization::size\n``` \nArray of bytes."]]