C# Class Nethereum.ABI.Decoders.AddressTypeDecoder

Inheritance: TypeDecoder
Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
AddressTypeDecoder ( ) : System
Decode ( byte encoded, Type type ) : object
GetDefaultDecodingType ( ) : Type
IsSupportedType ( Type type ) : bool

Method Details

AddressTypeDecoder() public method

public AddressTypeDecoder ( ) : System
return System

Decode() public method

public Decode ( byte encoded, Type type ) : object
encoded byte
type System.Type
return object

GetDefaultDecodingType() public method

public GetDefaultDecodingType ( ) : Type
return System.Type

IsSupportedType() public method

public IsSupportedType ( Type type ) : bool
type System.Type
return bool