VestniK / qremotesignal

Automatically exported from code.google.com/p/qremotesignal
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Add serializers factory #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any serializer object can be used by different ServicesManagers at the same 
time. I think it 
would be good to have a factory which creates single instance for each 
serializer class and cen 
return correct instance. This factory should contain "default" serializer which 
will be used by any 
ServicesManager if none serializer was set.

Original issue reported on code.google.com by sir.vestnik on 17 Sep 2009 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by sir.vestnik on 24 Dec 2009 at 5:05

GoogleCodeExporter commented 9 years ago
Now there is no more necessity to create serializer explicitly. All 
serializable can 
be created using singleton template factory. This approach allows generate code 
only 
for serializers that are used in application.

Original comment by sir.vestnik on 26 Dec 2009 at 9:01

GoogleCodeExporter commented 9 years ago

Original comment by sir.vestnik on 27 Jan 2010 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by sir.vestnik on 27 Jan 2010 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by sir.vestnik on 27 Jan 2010 at 9:31

GoogleCodeExporter commented 9 years ago

Original comment by sir.vestnik on 30 Jan 2010 at 12:37