Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to replace serialise and deserialise methods with amf3 extension? #25

Open
arckid opened this issue Jan 22, 2022 · 4 comments

Comments

@arckid
Copy link

arckid commented Jan 22, 2022

Hello,

We are facing performance issues in one of the old production project. We've found that the actual task/function just takes 100ms but serialise and de-serialise takes much more time than that. As its legacy project, can't change much but was curious that what if we can just change 2 methods - serialise and deserialise ...

If anyone can share their expert advise to achieve this or any other thoughts is most appreciated.

Thanks!

@arckid
Copy link
Author

arckid commented Jan 26, 2022

Anyone?

@ROBERT-MCDOWELL
Copy link

why not to override the serializ unserialize with the amf3 class? it should not be too complicated to do it yourself.

@arckid
Copy link
Author

arckid commented Feb 13, 2022

Hello Robert,

Thanks for replying!

Yes, we are trying the same but it seems that raw object we're receiving from POST doesn't seem to be a valid amf3. Can you suggest the path from where we should pick the raw amf3 packet that we should decode?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants