Serialization - CI/CD用語集の定義
シリアライズは、メモリ上のデータ構造を送信可能な形式 - JSON、protobuf、バイナリ - にエンコードし、保存したりネットワーク越しに送ったりして、反対側で再構築できるようにします。
関連ガイド
Deserialization - CI/CD Glossary DefinitionDeserialization rebuilds an in-memory object from serialized bytes. Doing it on untrusted input is a classic…
Protobuf - CI/CD Glossary DefinitionProtocol Buffers are a compact, schema-defined binary serialization format used by gRPC for fast, versioned,…
JSON Schema - CI/CD Glossary DefinitionJSON Schema is a vocabulary for declaring the shape of JSON documents - required fields, types, constraints -…