#SERIALIZATION

19 messages · Page 1 of 1 (latest)

tropic robin
#

Not recognising method

broken turretBOT
#

This post has been reserved for your question.

Hey @tropic robin! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

terse token
#

with the current way you are calling it, the compiler is thinking that serialize is a function declared in the scope of your test class, which it isnt

tropic robin
#

so i literally rename the method? or wdym by call the method engs

terse token
#

actually, i think i see how you are trying to structure this now

#

make the serialize function in Serialization static, then you can call it by doing Serialization.serialize( . . .)

tropic robin
#

ill give that a try

#

that allows me to use the method thank you bro, now onto a whole other set of problems xD

broken turretBOT
terse token
tropic robin
#

I'm trying to make an entire web service using SOAP API and i'd probably agree with you that i'm making it way harder than it needs to be

terse token
#

im not really sure what this jabx stuff is, but java's standard packages provide you with the correct tools to do serialization

tropic robin
#

I have set of usecases i can show you about the webservice and you can decide whether or not you would know how to implement? it all is being ran on a tomcat server

terse token
#

not sure if i would be that helpful in that field because ive never worked with webservers lol

tropic robin
#

The project has been such a pain lol idk what i'm doing rlly xD

terse token
#

Its ok

#

Everything is a learning experience