Wisej.NET API
Home
Support
Documentation
Search…
v3.0
Welcome
What's New
Releases
Concepts
Themes
Extensions
Wisej.Web
General
Buttons
Common Dialogs
Containers
Content
Data Binding
Editors
Enumerations
Extenders
Interfaces
Lists & Grids
Media
Menus
Notifications
Other Components
Wisej.Web.VisualBasic
Extensions
Wisej.Core
General
Interfaces
IWisejComponent
IWisejControl
IWisejDataStore
IWisejEditorService
IWisejExtenderProvider
IWisejHandler
IWisejSerializable
IWisejWindow
Wisej.Base
General
Responsive
System
Extensions
Powered By
GitBook
IWisejSerializable
Wisej.Core.IWisejSerializable
Namespace:
Wisej.Core
Assembly:
Wisej.Framework
(3.0.0.0)
Allows an object to serialize itself.
C#
VB.NET
public
interface
IWisejSerializable
Public
Interface
IWisejSerializable
Methods
​
Serialize(writer, options)
Serialize the object in JSON format.
Parameter
Type
Description
writer
​
TextWriter
​
The JSON text writer.
options
​
WisejSerializerOptions
​
Set of serializer options.
Returns:
Boolean
. True of the object handled the serialization, otherwise false to perform the default serialization.
Implemented By
Name
Description
​
TableLayoutPanel
​
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
​
FileDialogUI
​
UI implementation for the FileDialog class.
​
FolderBrowserDialogUI
​
UI implementation for the FolderDialog class.
​
BindingNavigator
​
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
​
Button
​
Represents a button control.
​
ButtonBase
​
Implements the basic functionality common to button controls.
​
CheckBox
​
Represents a check box control.
​
CheckedListBox
​
Displays a
ListBox
in which a check box is displayed to the left of each item.
​
ComboBox
​
Represents a combo box control.
​
Component
​
Extends
Component
and enabled the components to appear on the designer surface.
​
ContainerControl
​
Provides focus-management functionality for controls that can function as a container for other controls.
​
Control
​
Base class for all Wisej controls.
​
DateTimePicker
​
Represents a control that allows the user to select or type a date and a time.
​
DomainUpDown
​
Represents a spinner control that displays string values.
​
FlowLayoutPanel
​
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
​
Form
​
Represents a window or dialog box that makes up an application's user interface.
​
GroupBox
​
Represents a Wisej control that displays a frame around a group of controls with an optional caption.
​
Label
​
Represents a label control.
​
LinkLabel
​
Represents an hyper-link control.
​
ListBox
​
Represents a control to display a list of items.
Previous
IWisejHandler
Next
IWisejWindow
Last modified
3mo ago
Export as PDF
Copy link
Outline
Methods
Serialize(writer, options)
Implemented By