Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ serialize
Method
serialize
Utilities/cmcppdap/include/dap/serialization.h:193–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
192
template <typename T, typename>
193
bool Serializer::serialize(const T& object) {
194
return TypeOf<T>::type()->serialize(this, &object);
195
}
196
197
template <typename T>
198
bool Serializer::serialize(const dap::array<T>& vec) {
Callers
1
field
Method · 0.45
Calls
5
has_value
Method · 0.80
value
Method · 0.80
type
Class · 0.50
begin
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected