Daniele Teti
|
9b70ee40fc
|
IMPLEMENTED
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;
|
2017-02-08 18:30:32 +01:00 |
|
Daniele Teti
|
56b78738e4
|
Serializer: First TEST OK
|
2017-02-07 14:08:51 +01:00 |
|
Daniele Teti
|
09b30cbe64
|
SAMPLE articles_crud updated
|
2017-02-06 12:02:19 +01:00 |
|
Daniele Teti
|
f5833fa232
|
Simplified the VCL "Articles CRUD Sample"
|
2017-02-04 23:43:34 +01:00 |
|
Daniele Teti
|
808e3902d1
|
Moved TMVCHTTPMethodType and TMVCHTTPMethods to MVCFramework.Commons.pas (You controllers may not compile animore without using this unit)
Better mobile support for RESTAdapter
Better IFDEFing
|
2017-01-18 21:54:16 +01:00 |
|
Daniele Teti
|
00bc5d6d8f
|
Small refactoring
New image for the IDE Expert
Added MVCDoc to articles_crud_server
|
2016-11-24 20:08:35 +01:00 |
|
Daniele Teti
|
913f0449ce
|
Fixing some paths and warnings in sample projects
|
2016-11-18 00:17:41 +01:00 |
|
Daniele Teti
|
14c4489f41
|
New Demos
|
2016-11-07 14:33:05 +01:00 |
|