XDR.Declaration behaviour (Elixir XDR v0.3.10) View Source
Behaviour definition for the types declared based on RFC4506 XDR standard.
Link to this section Summary
Callbacks
Encode XDR for any type returns a tuple with the converted value.
Decode XDR for any type returns the resulted converted value.
Encode XDR for any type returns a tuple with the resulted binary value.
Encode XDR for any type returns the resulted binary value.
Link to this section Callbacks
Specs
Encode XDR for any type returns a tuple with the converted value.
Specs
Decode XDR for any type returns the resulted converted value.
Specs
Encode XDR for any type returns a tuple with the resulted binary value.
Specs
Encode XDR for any type returns the resulted binary value.