Skip to content

Commit

Permalink
Merge pull request #2 from Mobject-Dev-Team/pre-v0.4.0
Browse files Browse the repository at this point in the history
Pre v0.4.0
  • Loading branch information
AndyP01 authored Mar 18, 2024
2 parents 0cc0599 + 226cb5b commit 208aefd
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 1,389 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## The mobject-serialization Library

This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the handling of object serialization and deserialization.
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the handling of object serialization.

## What is mobject?

Expand All @@ -24,4 +24,4 @@ The documentation for this project can be found [here](https://mobject-dev-team.

## Versions

- TcXaeShell 3.1.4024.53
- TcXaeShell 3.1.4024.55
56 changes: 0 additions & 56 deletions docs/DeserializerGarbageCollector.md

This file was deleted.

58 changes: 0 additions & 58 deletions docs/I_Deserializable.md

This file was deleted.

93 changes: 0 additions & 93 deletions docs/I_Deserializer.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/I_DeserializerGarbageCollector.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## The mobject-serialization Library

This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the handling of object serialization and deserialization.
This is one of the many libraries of [mobject](http://mobject.org). This library focuses on the handling of object serialization.

## What is mobject?

Expand All @@ -20,4 +20,4 @@ mobject's goal is to be a lightweight solution to typical oop problems.

## Why use mobject-serialization?

The mobject-serialization library provides a consistent way to handle the serialization and deserialization of objects in an industrial control system. It includes a set of common interfaces, allowing you to create your own serialization type, or to serialize objects to the included format JSON.
The mobject-serialization library provides a consistent way to handle the serialization of objects in an industrial control system. It includes a set of common interfaces, allowing you to create your own serialization type, or to serialize objects to the included format JSON.
7 changes: 0 additions & 7 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@

- mobject-serialization

- Classes

- [DeserializerGarbageCollector](DeserializerGarbageCollector.md)

- Interfaces

- [I_Deserializable](I_Deserializable.md)
- [I_Deserializer](I_Deserializer.md)
- [I_DeserializerGarbageCollector](I_DeserializerGarbageCollector.md)
- [I_Serializable](I_Serializable.md)
- [I_Serializer](I_Serializer.md)

Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.0-alpha

!> This update contains the following breaking changes.

- All deserializer code moved to mobject-deserializer

## v0.3.0-alpha

!> This update contains the following breaking changes.
Expand Down
Binary file modified mobject-serialization.library
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,10 @@
<Compile Include="POUs\MAIN.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="Tests\DeserializerGarbageCollector_TestSuite.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="Tests\Mocks\MockDisposableDeserializer.TcPOU">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="Tests" />
<Folder Include="POUs" />
<Folder Include="Tests\Mocks" />
</ItemGroup>
<ItemGroup>
<PlaceholderReference Include="Tc2_Standard">
Expand All @@ -60,7 +53,7 @@
</None>
</ItemGroup>
<ItemGroup>
<LibraryReference Include="mobject-serialization,0.3.0,mobject">
<LibraryReference Include="mobject-serialization,0.4.0,mobject">
<Namespace>mobject_serialization</Namespace>
</LibraryReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<POU Name="MAIN" Id="{7e4abf7d-f388-0143-26ed-b64153253fe1}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM MAIN
VAR
deserializerGarbageCollector_TestSuite : DeserializerGarbageCollector_TestSuite;
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[TcUnit.RUN();]]></ST>
<ST><![CDATA[//TcUnit.RUN();]]></ST>
</Implementation>
</POU>
</TcPlcObject>
Loading

0 comments on commit 208aefd

Please sign in to comment.