mkoppanen/php-nano

Maybe user internal serialize/unserialize?

Opened this issue · 1 comments

Today, if i understand it, php-nano works as message only scalar types. Maybe good ide to use php-build-in serialize/deserialize for prepare message (at send and the recive function)? Use it at extension-level, clear and invisible to user code?

@aleksraiden If PHP serialization was built in, how would that work when you're talking to a application that isn't written in PHP?