Namespace: DayPilot.Web.Mvc.Json
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public static JsonData Deserialize( Stream stream ) |
Visual Basic |
---|
Public Shared Function Deserialize ( _ stream As Stream _ ) As JsonData |
Visual C++ |
---|
public: static JsonData^ Deserialize( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::..Stream