Search found 4 matches

by arcifus
Thu Jan 11, 2018 6:16 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2Data vs ES2Reader
Replies: 1
Views: 2838

ES2Data vs ES2Reader

Is ES2Data (via ES2Data.LoadAll) faster than ES2Reader (via ES2Reader.Create) for reading individual tagged items?

What are the pros/cons of using one vs the other?
by arcifus
Thu Jan 11, 2018 5:56 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: How do you know if a save or load operation has failed?
Replies: 4
Views: 4549

Re: How do you know if a save or load operation has failed?

Sorry about the back n forth on this. Further testing reveals there are a couple of places that are missing exceptions or error handling: 1) When you read a tag (using ES2Reader) into an incompatible type, we are only given an error in the console. This is limiting when you want to programmatically ...
by arcifus
Wed Jan 10, 2018 12:07 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: How do you know if a save or load operation has failed?
Replies: 4
Views: 4549

How do you know if a save or load operation has failed?

How do we programmatically check during runtime whether a data save or load operation has failed? There are no success or failure results in your API. There are no exceptions being thrown either by the API (unless something crashes internally).