You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
@@ -23,39 +23,36 @@ or by integrating the respective modules as dependencies, for instance:
23
23
<version>latest-version</version>
24
24
<dependency>
25
25
```
26
+
> **_NOTE:_** The library is yet not available as dependency but will be deployed via Maven Central in the future.
26
27
27
28
# Project Structure
28
29
29
30
The project contains several modules:
30
31
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
37
37
38
38
39
39
40
40
# How to Contribute
41
41
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).
45
43
46
44
47
45
# Contributers
48
46
49
-
| Name | Affiliation | Github Account |
50
-
|:--| -- | -- |
51
-
| Sebastian Bader | Fraunhoder IAIS |[sebbader](https://github.com/sebbader)|
0 commit comments