Infinispan.Hotrod.Core 0.0.3
.NET Core client for Infinispan Hotrod Protocol
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Infinispan.Hotrod.Core.StringMarshaller Class Reference

An untility Marshaller that works on strings using ASCII encoding by default More...

Inheritance diagram for Infinispan.Hotrod.Core.StringMarshaller:
Infinispan.Hotrod.Core.Marshaller< string >

Public Member Functions

 StringMarshaller (Encoding enc=null)
 Creates a StringMarshaller More...
 
override byte[] marshall (string t)
 
override string unmarshall (byte[] buff)
 
- Public Member Functions inherited from Infinispan.Hotrod.Core.Marshaller< string >
abstract byte[] marshall (T t)
 

Public Attributes

Encoding Encoding
 

Static Public Attributes

static StringMarshaller _ASCII = new StringMarshaller()
 

Detailed Description

An untility Marshaller that works on strings using ASCII encoding by default

Constructor & Destructor Documentation

◆ StringMarshaller()

Infinispan.Hotrod.Core.StringMarshaller.StringMarshaller ( Encoding  enc = null)

Creates a StringMarshaller

Parameters
encThe chars encoder. ASCII by default

Member Function Documentation

◆ unmarshall()

override string Infinispan.Hotrod.Core.StringMarshaller.unmarshall ( byte[]  buff)
virtual

The documentation for this class was generated from the following file: