IWisejSerializable
Wisej.Core.IWisejSerializable
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Allows an object to serialize itself.
C#
VB.NET
public interface IWisejSerializable
Public Interface IWisejSerializable
Serialize the object in JSON format.
Parameter | Type | Description |
---|---|---|
writer | The JSON text writer. | |
options | Set of serializer options. |
Returns: Boolean. True if the object handled the serialization, otherwise false to perform the default serialization.
Name | Description |
---|---|
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns. | |
UI implementation for the FileDialog class. | |
UI implementation for the FolderDialog class. | |
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source. | |
Represents a button control. | |
Implements the basic functionality common to button controls. | |
Represents a check box control. | |
Represents a combo box control. | |
Extends Component and enables the component to participated if data binding operations and have their own DataBindings. | |
Provides focus-management functionality for controls that can function as a container for other controls. | |
Base class for all Wisej controls. | |
Represents a control that allows the user to select or type a date and a time. | |
Represents a spinner control that displays string values. | |
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns. | |
Represents a window or dialog box that makes up an application's user interface. | |
Represents a Wisej control that displays a frame around a group of controls with an optional caption. | |
Represents a label control. | |
Represents an hyper-link control. | |
Represents a control to display a list of items. | |
Uses a mask to distinguish between proper and improper user input. | |
Represents the container for multiple-document interface (MDI) child forms. | |
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user. | |
Represents a control that enables the user to select a date using a visual monthly calendar display. | |
Represents a spinner control that displays numeric values. | |
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time. | |
Represents a collapsible panel with an optional header that contains a group of controls. | |
Represents an image control. | |
Represents a progress control that displays a value visually as a filled bar. | |
Enables the user to select a single option from a group of choices when paired with other RadioButton controls. | |
Defines a base class for controls that support auto-scrolling behavior. | |
Represents an horizontal scroll bar. | |
Represents a vertical scroll bar. | |
Implements the basic functionality of a scroll bar control. | |
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. | |
Represents a text box control that allows the user to enter any value. | |
Implements the basic functionality required by text controls. | |
Implements a timer that raises an event at user-defined intervals. | |
Enables the user to choose between a range of values by sliding a small bar along another bar. | |
Implements the basic functionality required by a spin box (also known as an up-down control). | |
Provides an empty control that can be used to create other controls. | |
Represents a web browser control that enables the user to navigate web pages inside a form or a page. | |
Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells. | |