mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
9b70ee40fc
IMVCSerUnSer = interface ['{1ECA942A-E3C4-45DD-9D23-C00363B5E334}'] function SerializeObject(AObject: TObject; AIgnoredProperties: array of string): String; function SerializeObjectStrict(AObject: TObject): String; function SerializeDataSet(ADataSet: TDataSet; AIgnoredFields: array of string): String; function SerializeCollection(AList: TObject; AIgnoredProperties: array of string): String; function SerializeCollectionStrict(AList: TObject): String; procedure DeserializeObject(ASerializedObject: String; AObject: TObject); procedure DeserializeCollection(ASerializedObjectList: string; AList: IMVCList; AClazz: TClass); end; |
||
---|---|---|
.. | ||
BOs.pas | ||
DMVCFrameworkTests.dpr | ||
DMVCFrameworkTests.dproj | ||
DMVCFrameworkTests.res | ||
fishes.xml | ||
FrameworkTestsU.pas | ||
LiveServerTestU.pas | ||
MessagingExtensionsTestU.pas | ||
RESTAdapterTestsU.pas | ||
SerializationFrameworkTestsU.pas | ||
TestControllersU.pas |