hadashiA / VYaml

The extra fast, low memory footprint YAML library for C#, focued on .NET and Unity.
MIT License
295 stars 16 forks source link

Feature Request: Implementation of FlowMapping #75

Closed IXLLEGACYIXL closed 5 months ago

IXLLEGACYIXL commented 6 months ago

currently flow Mapping just throws a unsupported exception, an implementation would help serializing structs like vectors in a single line

hadashiA commented 5 months ago

I added it in #90. I'd be happy to give it a try if you'd like :)

IXLLEGACYIXL commented 5 months ago

I added it in #90. I'd be happy to give it a try if you'd like :)

i will migrate it to my fork and will give you feedback

IXLLEGACYIXL commented 3 months ago

migrated it to my fork, works good