| FromConcordance | Extracts entities from a Concordance stream. The same as FromCSV but with different default values. | 
| FromCSV | Extracts entities from a CSV stream. The same as FromConcordance but with different default values. | 
| FromIDX | Create an entity from an IDX Stream | 
| FromJson | Extracts the entity from a Json stream containing a single entity. | 
| FromJsonArray | Extracts entities from a Json stream containing an array of entities. | 
| FromXml | Extracts the entity from a Xml stream containing a single entity. | 
| FromXmlArray | Extracts entities from a Xml stream containing an array of entities. | 
| FromYaml | Extracts the entity from a Yaml stream containing a single entity. | 
| ToConcordance | Write entities to a stream in concordance format. The same as ToCSV but with different default values. | 
| ToCSV | Write entities to a stream in CSV format. The same as ToConcordance but with different default values. | 
| ToIDX | Write an entity to a stream in IDX format. | 
| ToJson | Writes an entity to a stream in JSON format | 
| ToJsonArray | Write entities to a stream in Json format. | 
| ToXml | Writes an entity to a stream in XML format | 
| ToXmlArray | Write entities to a stream in Xml format. | 
| ToYaml | Writes an entity to a stream in YAML format |