Test serialization and deserialization of the model.
Test is skipped if the is_lc_serializable property on the chat model class
is not overwritten to return True.
If this test fails, check that the init_from_env_params property is
correctly set on the test class.
test_serdes(
self,
model: BaseChatModel,
snapshot: SnapshotAssertion
) -> None