.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a69ff4d13500da13b6ade9ab86c1fca59: ConvertConfig.Deserialize Method ++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Creates a :ref:`ConvertConfig ` object from a well-formed JSON string .. ref-code-block:: csharp :class: doxyrest-overview-code-block public static :ref:`ConvertConfig` Deserialize(string json); The underlying function throws .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - json - The well-formed JSON input representing the :ref:`ConvertConfig ` object .. rubric:: Returns: A new :ref:`ConvertConfig ` object