Replies: 1 comment
-
CredentialRecordEntity of the sample application could be a example. It is a JPA entity class, and its fields are serialized/deserialized with these JPA converters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AttestationObject cannot be deserialized from JSON which make CredentialRecordImpl not deserializable.
Please provide an example of serialization/deserialization of CredentialRecordImpl.
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of
com.webauthn4j.data.attestation.authenticator.AuthenticatorData
(no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)Beta Was this translation helpful? Give feedback.
All reactions