Click or drag to resize
CoreUtilsDeserializeFromBytesT Method
Deserializes the specified bytes into a new instance of T. If the bytes don't represent a T instance, null is returned.

Namespace: SD.LLBLGen.Pro.Core
Assembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static T DeserializeFromBytes<T>(
	byte[] toDeserialize
)
where T : class

Parameters

toDeserialize
Type: SystemByte
To deserialize.

Type Parameters

T

Return Value

Type: T
See Also