MCPcopy 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
192template <typename T, typename>
193bool Serializer::serialize(const T& object) {
194 return TypeOf<T>::type()->serialize(this, &object);
195}
196
197template <typename T>
198bool Serializer::serialize(const dap::array<T>& vec) {

Callers 1

fieldMethod · 0.45

Calls 5

has_valueMethod · 0.80
valueMethod · 0.80
typeClass · 0.50
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected