getting a byte[] ?

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
AlexShorey
Posts: 1
Joined: Wed Feb 13, 2013 9:48 pm

getting a byte[] ?

Post by AlexShorey »

First of all, great save system. It has worked flawlessly across my team's prospective projects. However, I have a curve ball that I would love the same robust ease of use for. From what I understand, Easy Save converts the supported types into byte arrays before it's saved to the hard drive. I would love that functionality of serializing and de-serializing sans the save-to-disk. Is there any chance I could use a simple DLLImport statement to access just the byte array conversion?
User avatar
Joel
Moodkie Staff
Posts: 4852
Joined: Wed Nov 07, 2012 10:32 pm

Re: getting a byte[] ?

Post by Joel »

Hi Alex,

Although it's not currently supported, we would be willing to add support for it if enough people are interested. I've added it to the requested feature list at our end.

Thanks,
Joel
Locked