class BallisticXmlDeserializer

Parents

object

Brief

Deserializer of ballistic calculator values

Static Public Methods

ReadFromFile

Reads the object of type t from the file

ReadFromStream

Reads the object of type t from stream

ReadLegacyAmmunitionLibraryEntry

Reads legacy ammunition info from the XML node

ReadLegacyAmmunitionLibraryEntry

Reads raw legacy entry from the text

ReadLegacyAmmunitionLibraryEntryFromFile

Reads raw legacy entry from the file

ReadLegacyAmmunitionLibraryEntryFromStream

Reads raw legacy entry from the stream

Public Constructors

BallisticXmlDeserializer

Default constructor

Public Methods

Deserialize

Deserialize the element as the object of the specified type.

Deserialize

Deserialize object from the element detecting the type by its name

Deserialize

Deserialize the element when it's possible type is limited to the list of the types specified

Deserialize

Deserialize object from the element using the specified type

back