Serialize a metadata value to a ASCII string that contains only the characters listed in the class comment of AsciiMarshaller. Otherwise the output may be considered invalid and discarded by the transport, or the call may fail. @param value to serialize @return serialized version of value,
(T value)
| 606 | * @return serialized version of value, or null if value cannot be transmitted. |
| 607 | */ |
| 608 | String toAsciiString(T value); |
| 609 | |
| 610 | /** |
| 611 | * Parse a serialized metadata value from an ASCII string. |
no outgoing calls
no test coverage detected