-
Hi folks, I'm trying to deserialize a TsED model (
However, the logger is telling me that the Log
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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 |
Beta Was this translation helpful? Give feedback.
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