Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server.Modules Namespaces
Crosser.Server.Modules.Serializer
JsonSerializer Class
JsonSerializer Methods
Serialize Method
Serialize Method (Object)
Serialize(TSource) Method (TSource)
Serialize Method (Object, Type)
JsonSerializer
Serialize Method (Object, Type)
Serialize object of a specific Type to a JSON string
Namespace:
Crosser.Server.Modules.Serializer
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
Object
Serialize
(
Object
o
,
Type
t
)
Parameters
o
Type:
System
Object
t
Type:
System
Type
Return Value
Type:
Object
JSON string
Implements
ISerializer
Serialize(Object, Type)
See Also
Reference
JsonSerializer Class
Serialize Overload
Crosser.Server.Modules.Serializer Namespace