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.1.0.0 (5.1.0)
Syntax public static T DeserializeFromBytes<T>(
byte[] toDeserialize
)
where T : class
Public Shared Function DeserializeFromBytes(Of T As Class) (
toDeserialize As Byte()
) As T
Parameters
- toDeserialize
- Type: SystemByte
To deserialize.
Type Parameters
- T
Return Value
Type:
TSee Also