Returns the serializer for the given property of the given type.
Namespace:
PerpetuumSoft.Framework.SerializationAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public static XSerializer GetSerializer( Type type ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetSerializer ( _ type As Type _ ) As XSerializer |
| Visual C++ |
|---|
public: static XSerializer^ GetSerializer( Type^ type ) |
Parameters
- type
- Type: System..::.Type