序列化
从一个概要到另一个概要的数据整理和映射。
序列化转换
序列化
String serializedTransformString = tp.toJson()反序列化
TransformProcess tp = TransformProcess.fromJson(serializedTransformString)Last updated
Was this helpful?
从一个概要到另一个概要的数据整理和映射。
String serializedTransformString = tp.toJson()TransformProcess tp = TransformProcess.fromJson(serializedTransformString)Last updated
Was this helpful?
Was this helpful?