-
Notifications
You must be signed in to change notification settings - Fork 1
AnyQ.Formatters
Stephen Collins edited this page Feb 8, 2018
·
1 revision
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
|
Created with MarkdownGenerator