How to deserialize nested tables in a Version Catalog like structure? #273
Unanswered
WhosNickDoglio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I'm back with a follow up of sorts to this #181
Strixpyrrs solution worked great for serializating a Version Catalog from a previous dependency managment system but now my team is playing around with breaking our Version Catalog down by codeowners and using ktoml to then generate a merged Catalog with all the dependencies so now I need to figure out deserializing it 😅
I effectively want to be able to turn something like this
into the models in the original issue
But I'm running into a bunch of issues as I'm trying to update
LibrarySerializer
to support deserialization (Maybe related to #255)I have something that kinda works but it ends up being entirely string based and I lose any of the typing I was hoping for and was wondering if there was something obvious I was missing?
Error Message i've been seeing
Beta Was this translation helpful? Give feedback.
All reactions