Keyoti RapidSpell Web .NET Help Docs
Serialize Delegate
API DocumentationKeyoti.RapidSpell.fastJSONSerialize
Keyoti RapidSpell Web .NET
Serialize
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate string Serialize(
	Object data
)
public delegate string Serialize(
	Object data
)
Public Delegate Function Serialize ( 
	data As Object
) As String
Public Delegate Function Serialize ( 
	data As Object
) As String
public delegate String^ Serialize(
	Object^ data
)
public delegate String^ Serialize(
	Object^ data
)
type Serialize = 
    delegate of 
        data : Object -> string
type Serialize = 
    delegate of 
        data : Object -> string
Parameters
data (Object)
Return Value
String

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331