C# Class PacketEditor.Glob

Exibir arquivo Open project: appsec-labs/Advanced_Packet_Editor Class Usage Examples

Public Methods

Method Description
RawDeserializeEx ( byte rawdatas, Type anytype ) : object
RawSerializeEx ( object anything ) : byte[]

Method Details

RawDeserializeEx() public static method

public static RawDeserializeEx ( byte rawdatas, Type anytype ) : object
rawdatas byte
anytype System.Type
return object

RawSerializeEx() public static method

public static RawSerializeEx ( object anything ) : byte[]
anything object
return byte[]