Show / Hide Table of Contents

Class BinaryCodec

A binary codec to encode/decode OpenLR binary format.

Inheritance
System.Object
CodecBase
BinaryCodec
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class BinaryCodec : CodecBase

Methods

Decode(String)

Decodes the given string.

Declaration
public override ILocation Decode(string encoded)
Parameters
System.String encoded

Returns
ILocation

Overrides
CodecBase.Decode(String)

Encode(ILocation)

Encodes the given location.

Declaration
public override string Encode(ILocation location)
Parameters
ILocation location

Returns
System.String

Overrides
CodecBase.Encode(ILocation)
Back to top Built by Itinero, MIT licensed.