Search
Location.SaveTo Method
See Also
 





Saves the location data to a binary stream or an XML document.

 Overload List

Name Description

Location.SaveTo (BinaryWriter, BinarySerializationContext)

Saves the location data to a binary stream.

Location.SaveTo (JsonObject, JsonSerializationContext)

Saves location data as a JsonObject.

Location.SaveTo (XmlElement, XmlSerializationContext)

Saves the location data to an XML document.

 See Also