Interface IObjectSerialize<T>
-
public interface IObjectSerialize<T>对象序列化接口
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TfromStr(String data)StringtoStr()
-
public interface IObjectSerialize<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
fromStr(String data) |
|
String |
toStr() |