altro3

Results 78 comments of altro3

@dstepanov You close it too early. Still have the same error: ![изображение](https://github.com/micronaut-projects/micronaut-serialization/assets/48474279/492ad326-c976-40bf-97dd-55fe0c1579b3)

@dstepanov Please, reopen issue. It still doesn't work :-(

@dstepanov Hi! Any news about this?

@dstepanov No, problem not here. I try to generate classes with prefix `field`, and now I see wrong value in `propertyClass` field: ![изображение](https://github.com/micronaut-projects/micronaut-serialization/assets/48474279/501fe05f-4260-4dcd-af12-a5ba24fd7cd6) As you see, discriminator value must be...

@dstepanov Interesting difference between introspection for KSP and KAPT (left is KSP): ![изображение](https://github.com/micronaut-projects/micronaut-serialization/assets/48474279/8e8cf701-62de-41d1-966c-cb2e8287262a) Intropected class (the same for KAP and KSP): ```kotlin @Serdeable @JsonPropertyOrder( Animal.JSON_PROPERTY_PROPERTY_CLASS, Animal.JSON_PROPERTY_COLOR ) @Generated("io.micronaut.openapi.generator.KotlinMicronautServerCodegen") @JsonIgnoreProperties( value...

It became clear why if we add the `field` prefix with KSP, we have the wrong Bird value. The problem is in object serialization when requested: ![изображение](https://github.com/micronaut-projects/micronaut-serialization/assets/48474279/1f630ad6-c641-47bf-9ac9-f1c387178964) As you see,...

Problem in class `SerBean`: ![изображение](https://github.com/micronaut-projects/micronaut-serialization/assets/48474279/31ac8b9d-97c0-43c4-ab79-fd34a24d4292) As you see, you set `value` for decriptor annotaion value `SerdeConfig.TYPE_NAME`. `SerdeConfig.TYPE_NAME` annotaion value is a class name. I don't know why. Maybe problem is...

looks like a bug in micronaut-serde. Try to use `io.micronaut:micronaut-jackson-databind` instead `io.micronaut.serde:micronaut-serde-jackson`. If all will be ok, then bug in micronaut-serialization