Strumenta / tylasu

Apache License 2.0
20 stars 4 forks source link

Update LionWeb integration to support custom primitive types #68

Closed ftomassetti closed 4 months ago

ftomassetti commented 5 months ago

In particular this may be relevant for Position and Point.

In LW TS 0.6.5 support for deserialization of custom primitive types has been introduced (https://github.com/LionWeb-io/lionweb-typescript/pull/158). In LW TS 0.6.6 (not yet released) we should also get support for serialization of such types (https://github.com/LionWeb-io/lionweb-typescript/pull/159).

alessiostalla commented 5 months ago

Nice!