vert.x
vert.x copied to clipboard
java.lang.IllegalStateException: Illegal type in JsonObject: class java.time.LocalDateTime
@wuguanyu which version are you using? Currently only Instant is automatically handled by vert.x json so if you can do a .toInstant() it should be safer.
@pmlopes Is it possible support LocalDateTime ?