Skip to content

JsonMapper's deserializer not removing properties #2201

Answered by Romakita
LefanTan asked this question in Q&A
Discussion options

You must be logged in to vote

Why don’t you use the RecordModel directly…

also you missed to give the type to deserialize recording object. So deserialize function has no effect. Try this:

deserialize(recording, { type: Recording })

see you

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@LefanTan
Comment options

@Romakita
Comment options

Answer selected by LefanTan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants