Click or drag to resize
IFormBuilderConfigurationSerializer Interface
Defines serializer of FormBuilderConfiguration.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IFormBuilderConfigurationSerializer

The IFormBuilderConfigurationSerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserializes configuration of a Form builder instance from JSON.
Public methodDeserializeFormComponentConfiguration
Deserializes form component configuration from JSON.
Public methodSerialize
Serializes Form builder configuration to JSON.
Top
See Also