@Deprecated public class MFSerializer extends Object
MFDataModel.Message to a string,
with the proper MessageFormat 2 syntax.| Constructor and Description |
|---|
MFSerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
dataModelToString(MFDataModel.Message message)
Deprecated.
This API is for technology preview only.
|
@Deprecated public static String dataModelToString(MFDataModel.Message message)
MFDataModel.Message to a string in MessageFormat 2 syntax.
The result is not necessarily identical with the original string parsed to generate the data model. But is is functionally equivalent.
message - the data model message to serializeCopyright © 2016 Unicode, Inc. and others.