KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Client.Converters.StringConverter Class Reference

The basic converter that returns object.ToString More...

Inheritance diagram for KlusterKite.API.Client.Converters.StringConverter:
KlusterKite.API.Attributes.IValueConverter< string >

Public Member Functions

string Convert (object source)
 
- Public Member Functions inherited from KlusterKite.API.Attributes.IValueConverter< string >
Convert (object source)
 Converts the original property/method value to one to be published More...
 

Detailed Description

The basic converter that returns object.ToString

Definition at line 17 of file StringConverter.cs.

Member Function Documentation

◆ Convert()

string KlusterKite.API.Client.Converters.StringConverter.Convert ( object  source)

Definition at line 20 of file StringConverter.cs.


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