0.5.19: "Defining a custom serialize method on an Engine route is not supported."
See original GitHub issueThis 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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ember-engines 0.5.20 published 🎉
Same error here. Thanks @rwjblue !