Take deserialization outside the methods as it can be reused.
Adding TryCast method improves readability and decreases the code nesting.
parent
ce95a56a
Please register or sign in to comment
Adding TryCast method improves readability and decreases the code nesting.