JsonBinarySerializableDeserialize Method |
返序列化JSON字节码为对象
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public Object Deserialize(
Type type,
byte[] data
)
Public Function Deserialize (
type As Type,
data As Byte()
) As Object
public:
virtual Object^ Deserialize(
Type^ type,
array<unsigned char>^ data
) sealed
abstract Deserialize :
type : Type *
data : byte[] -> Object
override Deserialize :
type : Type *
data : byte[] -> Object
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Adf.JsonBinarySerializable.Deserialize(System.Type,System.Byte[])"]
- data
- Type: SystemByte
[Missing <param name="data"/> documentation for "M:Adf.JsonBinarySerializable.Deserialize(System.Type,System.Byte[])"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Adf.JsonBinarySerializable.Deserialize(System.Type,System.Byte[])"]
Implements
IBinarySerializableDeserialize(Type, Byte)See Also