Méthode | Description | |
---|---|---|
EncodableDataTypeSerializer ( ) : System | ||
EncodableDataTypeSerializer ( ISerializationContext ctx ) : System |
Méthode | Description | |
---|---|---|
Decode ( IEncodableDataType dt, string value ) : string | ||
DecodeData ( IEncodableDataType dt, string value ) : byte[] | ||
Encode ( IEncodableDataType dt, byte data ) : string | ||
Encode ( IEncodableDataType dt, string value ) : string |
protected Decode ( IEncodableDataType dt, string value ) : string | ||
dt | IEncodableDataType | |
value | string | |
Résultat | string |
protected DecodeData ( IEncodableDataType dt, string value ) : byte[] | ||
dt | IEncodableDataType | |
value | string | |
Résultat | byte[] |
public EncodableDataTypeSerializer ( ) : System | ||
Résultat | System |
public EncodableDataTypeSerializer ( ISerializationContext ctx ) : System | ||
ctx | ISerializationContext | |
Résultat | System |
protected Encode ( IEncodableDataType dt, byte data ) : string | ||
dt | IEncodableDataType | |
data | byte | |
Résultat | string |
protected Encode ( IEncodableDataType dt, string value ) : string | ||
dt | IEncodableDataType | |
value | string | |
Résultat | string |