Skip to content

Commit fe08e0e

Browse files
committed
Update
1 parent 67be4d3 commit fe08e0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8686
### Changed
8787
- Writers used to write time series are closed right away
8888
- Changed class name in FlexOptionsResult.toString [#693](https://github.com/ie3-institute/PowerSystemDataModel/issues/693)
89-
- Deleted parameter decimalPlaces [#710](https://github.com/ie3-institute/PowerSystemDataModel/issues/710)
89+
- Deleted parameter decimalPlaces and changed naming of serialization method [#710](https://github.com/ie3-institute/PowerSystemDataModel/issues/710)
9090

9191
## [2.0.1] - 2021-07-08
9292

docs/readthedocs/io/csvfiles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Currently we offer two different, pre-defined naming strategies, which you might
1515
An extended version of the EntityPersistenceNamingStrategy. Additionally, the `Default directory hierarchy`_ is taken
1616
into account. Please note, that this directory hierarchy is only meant to be used in conjunction with input models.
1717

18-
However, you can control the behaviour of serialization and serialization of models by injecting the desired naming
18+
However, you can control the behaviour of serialization and de-serialization of models by injecting the desired naming
1919
strategy you like into :code:`CsvDataSource` and :code:`CsvFileSink`.
2020

2121
Default naming strategy
2222
=======================
2323
There is a default mapping from model class to naming of entities in the case you would like to use csv files for
24-
serialization of models.
24+
(de-)serialization of models.
2525
You may extend / alter the naming with pre- or suffix by calling :code:`new EntityPersistenceNamingStrategy("prefix","suffix")`.
2626

2727
Input
@@ -194,7 +194,7 @@ However, note that this hierarchy is only meant to be used in conjunction with i
194194
The class :code:`DefaultInputHierarchy` offers some helpful methods to validate and create a default input file
195195
hierarchy.
196196

197-
Serialization (loading models)
197+
De-serialization (loading models)
198198
=================================
199199
Having an instance of :ref:`Grid Container<grid_container_model>` is most of the time the target whenever you load your
200200
grid. It consists of the three main blocks:

0 commit comments

Comments
 (0)