Commit Graph

11 Commits

Author SHA1 Message Date
b0d2250d8a
fix(serialize-generator): Patch leftovers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-18 21:42:57 +02:00
54f16611cc
fix(serialize-generator): A large number of fixes for incorrectly carried over gson stuff 2024-04-18 20:54:36 +02:00
988aefe96d
feat(serialize): Initial work on porting gson-compile 2024-04-17 12:56:06 +02:00
7335bb63c8
fix(serialize): support different exception types in copyTo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 20:47:34 +02:00
f03763f86d
feat(serialize): add convenience method for copying an element from a reader to a writer 2024-04-13 20:47:04 +02:00
1580c3f98d
feat(serialize): rework Transport api for writing 2024-04-13 14:21:07 +02:00
7f7eb954f8
feat(serialize): implement data binding 2024-04-12 20:04:15 +02:00
e9dffa3a33
feat(serialize): implement data binding 2024-04-12 19:35:00 +02:00
df78e10c6a
feat(commons-serialize): port over gson streams as backend for new SerializeReader/SerializeWriter API in commons-serialize 2024-04-12 15:32:54 +02:00
a67d1dbbd6
feat: replace commons-logging with slf4j-based commons-logger and use type-safe dependency DSLs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
The only reason it needed to be separate was logging during ultra early init in Minecraft. I can figure out something else for that.
2024-03-09 12:37:38 +01:00
8aebf179d4
BREAKING: modularize
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-21 21:08:40 +02:00