summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt')
-rw-r--r--SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt b/SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt
deleted file mode 100644
index 9854b88d5..000000000
--- a/SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-/*! \page components_jsonhandler_formatters Smart Objects Formatters
-
-In order to create JSON string representation from Smart Object or create Smart Object data structure from JSON string representation JSON Handler component has special classes called formatters.
-
-The interface of formatter is quite simple and defined by NsSmartDeviceLink::NsJSONHandler::Formatters::CFormatterJsonBase class. Actually it has two methods - NsSmartDeviceLink::NsJSONHandler::Formatters::CFormatterJsonBase::objToJsonValue to convert JSON string to object and NsSmartDeviceLink::NsJSONHandler::Formatters::CFormatterJsonBase::jsonValueToObj to create JSON string from object.
-
-Current implementation has two different implementations of NsSmartDeviceLink::NsJSONHandler::Formatters::CFormatterJsonBase class: NsSmartDeviceLink::NsJSONHandler::Formatters::CFormatterJsonALRPCv1 for ALRPC.v1 and NsSmartDeviceLink::NsJSONHandler::Formatters::CFormatterJsonALRPCv2 for ALRPC.v2. These implementations handle specifics of each format.
-
-*/