Search This Blog

Showing posts with label Serialization. Show all posts
Showing posts with label Serialization. Show all posts

Tuesday, June 21, 2016

Authenticated and Encrypted RPC

This example shows how to implement Remote Procedure Calls which are authenticated and encrypted individually for each user and connection session.
The example also shows how to retrieve the user name from within the called method.

Friday, April 25, 2014

Eneter JSON Serializer for Java

Implementation of JSON serializer that can be used with Eneter Messaging Framework for Java.

Monday, August 12, 2013

Android: Fast Communication with .NET Using Protocol Buffers

Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.

Sunday, October 21, 2012

Using fastJSON serializer with Eneter

Summary: Simple example showing how to use custom serializers for interprocess communication.