Skip to content

AnyQ.Formatters

Stephen Collins edited this page Feb 8, 2018 · 1 revision

IPayloadFormatter

Provides methods for reading and writing payload data to and from the serialized System.String

public interface AnyQ.Formatters.IPayloadFormatter

Methods

Type Name Summary
T Read(String payloadString)
String Write(Object payload) Write the data to a System.String
Clone this wiki locally