Skip to content

Question: Problems with custom deserializer, UnknownFieldSet #111

@xstephen95x

Description

@xstephen95x

After creating a custom deserializer, and uploading into the app, I get the following when trying to view a View which uses that message format.

 Error Type definition error: [simple type, class com.google.protobuf.UnknownFieldSet$Parser]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class com.google.protobuf.UnknownFieldSet$Parser and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: org.sourcelab.kafka.webview.ui.manager.kafka.dto.KafkaResults["results"]->java.util.Collections$UnmodifiableRandomAccessList[0]-

Is there anyway to avoid this? #75 looks like it tried to mitigate this, but im still seeing it on master HEAD

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions