private void Deserialize() { _allocator.Reuse(_data); _byteBuffer.Reuse(_allocator, 0); SimpleType simpleType = SimpleType.GetRootAsSimpleType(_byteBuffer); _globalValue += simpleType.IntValue; }