Show / Hide Table of Contents

Class SerializationExtensions

Inheritance
System.Object
SerializationExtensions
Namespace:InfinniPlatform.Serialization
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public static class SerializationExtensions : object

Methods

| Improve this Doc View Source

ConvertFromDynamic<T>(IJsonObjectSerializer, Object)

Declaration
public static T ConvertFromDynamic<T>(this IJsonObjectSerializer target, object value)
Parameters
Type Name Description
IJsonObjectSerializer target
System.Object value
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

Deserialize<T>(IJsonObjectSerializer, String)

Declaration
public static T Deserialize<T>(this IJsonObjectSerializer target, string data)
Parameters
Type Name Description
IJsonObjectSerializer target
System.String data
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

Deserialize<T>(IObjectSerializer, Stream)

Declaration
public static T Deserialize<T>(this IObjectSerializer target, Stream data)
Parameters
Type Name Description
IObjectSerializer target
Stream data
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

Deserialize<T>(IObjectSerializer, Byte[])

Declaration
public static T Deserialize<T>(this IObjectSerializer target, byte[] data)
Parameters
Type Name Description
IObjectSerializer target
System.Byte[] data
Returns
Type Description
T
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.