G
Guest
Hi,
When we get generic collections will the serializer change so we dont need
to give it a type parameter for collections ?
Currently today if we serialize an ArrayList, we have to give it a Type
array. If the collection is of a specific type, is this still needed?
Thanks.
When we get generic collections will the serializer change so we dont need
to give it a type parameter for collections ?
Currently today if we serialize an ArrayList, we have to give it a Type
array. If the collection is of a specific type, is this still needed?
Thanks.