David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
3959371
Branches
Tags
c++11
main
start
testcode.git
product
copilot_serialize.h
Add copilot_serialization
dblume
commited
3959371
at 2023-11-14 14:51:58
copilot_serialize.h
Blame
History
Raw
#pragma once #include <vector> // GitHub CoPilot generated the implementation std::vector<unsigned char> serialize(unsigned long long value); unsigned long long deserialize(std::vector<unsigned char> const& bytes);