Solace Generic SERDES for .NET

A high-performance serialization/deserialization library for Solace messaging in .NET applications.

Overview

This library provides both synchronous and asynchronous serialization interfaces for converting .NET objects to/from byte arrays for use with Solace messaging.

Features

  • Synchronous and asynchronous serialization interfaces
  • Zero-copy deserialization using ReadOnlySpan<byte>
  • Built-in string serializer with encoding support
  • Configurable serializers via IDictionary<string, object>
  • .NET Standard 2.0 for broad compatibility
  • Strong-named and CLS-compliant assembly