Yes, I didn't implement the serialization part. However, custom endpoint definition is working fine. The tricky thing is, the serialization logic does an "instanceof" check on the endpoint type, and then tries to serialize it. So, serialization does not work for any endpoint we define using class endpoint. We have to think of a proper way to implement this.
On Mon, Mar 19, 2012 at 1:57 PM, vijayaratha vijayasingam < [email protected]> wrote: > Hi azeez, > I tried the recent implementation of supporting the custom endpoints, but > facing an issue while saving the custom endpoints..No Serializer for this > type endpoint? > > Thanks > -Ratha >
