libdisplaydevice latest
C++ library to modify display devices.
json_serializer.h
Go to the documentation of this file.
1
5#pragma once
6
7// local includes
9
10#ifdef DD_JSON_DETAIL
11namespace display_device {
12 // Structs
13 DD_JSON_DECLARE_SERIALIZE_TYPE(DisplayMode)
14 DD_JSON_DECLARE_SERIALIZE_TYPE(SingleDisplayConfigState::Initial)
15 DD_JSON_DECLARE_SERIALIZE_TYPE(SingleDisplayConfigState::Modified)
16 DD_JSON_DECLARE_SERIALIZE_TYPE(SingleDisplayConfigState)
17 DD_JSON_DECLARE_SERIALIZE_TYPE(WinWorkarounds)
18} // namespace display_device
19#endif
Declarations for private JSON serialization helpers.