C# Class PacketEditor.Glob

Afficher le fichier Open project: appsec-labs/Advanced_Packet_Editor Class Usage Examples

Méthodes publiques

Méthode Description
RawDeserializeEx ( byte rawdatas, Type anytype ) : object
RawSerializeEx ( object anything ) : byte[]

Method Details

RawDeserializeEx() public static méthode

public static RawDeserializeEx ( byte rawdatas, Type anytype ) : object
rawdatas byte
anytype System.Type
Résultat object

RawSerializeEx() public static méthode

public static RawSerializeEx ( object anything ) : byte[]
anything object
Résultat byte[]