DeserializeT(Byte, FastSerializerContext) | 将字节数组反序列化为指定类型的实例。 |
DeserializeT(ByteBlock, FastSerializerContext) | 反序列化字节块为指定类型的对象。 |
DeserializeT(ValueByteBlock, FastSerializerContext) | 反序列化字节块为指定类型。 |
DeserializeTByteBlock(TByteBlock, Type, FastSerializerContext) | 使用指定的序列化上下文从字节块中反序列化对象。 |
DeserializeTByteBlock, T(TByteBlock, FastSerializerContext) | 使用指定的序列化上下文从字节块中反序列化出指定类型的对象。 |