Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 9c893ab

Browse files
committed
updated readme
1 parent 3336c5b commit 9c893ab

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

README.md

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Java Dataformat Serializers
1+
# Java Dataformat Library
22

3-
The AAS Java Serializers are collection of software modules to serialize and
4-
deserialze instances of the Asset Administration Shell into and from Java
5-
instances. The serializers work according to the dataformat schemas published in
3+
The AAS Java Dataformat Library is a collection of software modules to serialize and
4+
deserialze instances of the Asset Administration Shell from and to Java
5+
instances. De-/serialization works according to the dataformat schemas published in
66
the document 'Details of the Asset Administration Shell', published on
77
[www.plattform-i40.de](https://www.plattform-i40.de).
88

@@ -23,39 +23,36 @@ or by integrating the respective modules as dependencies, for instance:
2323
<version>latest-version</version>
2424
<dependency>
2525
```
26+
> **_NOTE:_** The library is yet not available as dependency but will be deployed via Maven Central in the future.
2627
2728
# Project Structure
2829

2930
The project contains several modules:
3031

31-
- dataformat-parent (this folder): Maven parent module that contains the
32-
respective serializers for the different data formats.
33-
- dataformat-core: Location of the general classes and interfaces that are used
34-
by more than one serializer.
35-
- dataformat-json: JSON serializer and deserializer
36-
- dataformat-xml: XML serializer and deserializer
32+
- `dataformat-parent` Maven parent module that contains the respective de-/serializers for the different data formats.
33+
- `dataformat-core` Location of the general classes and interfaces that are used by more than one de-/serializer.
34+
- `dataformat-aasx` AASX de-/serializer
35+
- `dataformat-json` JSON de-/serializer
36+
- `dataformat-xml` XML de-/serializer
3737

3838

3939

4040
# How to Contribute
4141

42-
We always look for contributions, bug reports, feature requests etc. Simply open
43-
an [issue](https://github.com/admin-shell-io/java-serializer/issues) or - even
44-
better - directly propose a change through a [pull request](https://github.com/admin-shell-io/java-serializer/pulls).
42+
We always look for contributions, bug reports, feature requests etc. Simply open an [issue](https://github.com/admin-shell-io/java-serializer/issues) or - even better - directly propose a change through a [pull request](https://github.com/admin-shell-io/java-serializer/pulls).
4543

4644

4745
# Contributers
4846

49-
| Name | Affiliation | Github Account |
50-
|:--| -- | -- |
51-
| Sebastian Bader | Fraunhoder IAIS | [sebbader](https://github.com/sebbader) |
52-
| Matthias Böckmann | Fraunhoder IAIS | [maboeckmann](https://github.com/maboeckmann) |
53-
| Chang Qin | Fraunhoder IAIS | [changqin26](https://github.com/changqin26) |
54-
| Michael Jacoby | Fraunhoder IOSB | []() |
55-
| Maximilian Conradi | Fraunhoder IESE | []() |
56-
| Jan-Wilhelm Blume | Fraunhoder IOSB | []() |
57-
| Frank Schnicke | Fraunhoder IESE | []() |
58-
| Jens Müller | Fraunhoder IOSB | []() |
59-
| Daniel Espen | Fraunhoder IESE | []() |
60-
| Bastian Espen | Fraunhoder IOSB | []() |
61-
| Michael Jacoby | Fraunhoder IOSB | []() |
47+
| Name | Affiliation | Github Account | parent | core | aasx | json | xml |
48+
--- | --- | --- | :---: | :---: | :---: | :---: | :---:
49+
| Mohammad Alreeni | Fraunhofer IWU | []() | | | | | x |
50+
| Sebastian Bader | Fraunhofer IAIS | [sebbader](https://github.com/sebbader) | x | | | | |
51+
| Matthias Böckmann | Fraunhofer IAIS | [maboeckmann](https://github.com/maboeckmann) | x | | | | |
52+
| Maximilian Conradi | Fraunhofer IESE | []() | | | x | | x |
53+
| Daniel Espen | Fraunhofer IESE | []() | | x |x | x | x |
54+
| Michael Jacoby | Fraunhofer IOSB (ILT)| [mjacoby](https://github.com/mjacoby) | x | x | | x | x |
55+
| Jens Müller | Fraunhofer IOSB (ILT) | []() | | | | x | |
56+
| Bastian Rössl | Fraunhofer IOSB (INA) | []() | | | | x | |
57+
| Frank Schnicke | Fraunhofer IESE | []() | | | x | | x |
58+
| Arno Weiss | Fraunhofer IWU | []() | | | | x | |

0 commit comments

Comments
 (0)