Class BinaryCodec
A binary codec to encode/decode OpenLR binary format.
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 : CodecBaseMethods
Decode(String)
Decodes the given string.
Declaration
public override ILocation Decode(string encoded)Parameters
| System.String
        encoded 
 | 
Returns
| ILocation 
 | 
Overrides
Encode(ILocation)
Encodes the given location.
Declaration
public override string Encode(ILocation location)Parameters
| ILocation
        location 
 | 
Returns
| System.String 
 |