question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

0.5.19: "Defining a custom serialize method on an Engine route is not supported."

See original GitHub issue

This change does not appear to work: https://github.com/ember-engines/ember-engines/commit/6c598e62b5bb176562631a23fbe87bfb88cefe5e#diff-053886e73d8fe44d16cce9b6dbe79118R10

When I throw a debugger in that module and eval Ember.Route.prototype.serialize, I get undefined.

It could be Ember.Route.create().serialize, but that seems mildly inefficient. @rwjblue any other ideas?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rwjbluecommented, May 9, 2018

ember-engines 0.5.20 published 🎉

0reactions
svsalvadorcommented, May 9, 2018

Same error here. Thanks @rwjblue !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom binary serialization | Microsoft Learn
Implementing ISerializable involves implementing the GetObjectData method and a special constructor that's used when the object is deserialized.
Read more >
How do I use a custom Serializer with Jackson? - Stack Overflow
I'm having an issue where my controller method returns a standard serialized object TypeA , but for another specific controller method, I want...
Read more >
Serialization and saving - Keras
At loading time, Keras will need access to the Python classes/functions of these objects in order to reconstruct the model. See Custom objects....
Read more >
Data Types and Serialization: Flink Advanced Tutorials
This article gives a detailed account of Flink serialization and focuses on customizing a serialization framework for Flink.
Read more >
Serialization in Photon
This page is not relevant for the JavaScript SDKs since they use JSON serialization and not the ... Photon Supported Types; Custom Types;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found