From 7b97122676c1e11136ece3dd9fbbe3ec9d5fb5ca Mon Sep 17 00:00:00 2001 From: burakeregar Date: Mon, 28 Sep 2015 17:54:49 +0300 Subject: [PATCH] Update README.md Typo mistakes has been corrected. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31befc0..6659abb 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ A java library for the automatic mapping of custom classes to and from XML/SOAP. Here you can Download the latest jar. to add into your project. [ObjectMapper 1.0.1](https://github.com/uacaps/ObjectMapper/raw/master/ObjectMapper.jar) -##OMSerailizer## +##OMSerializer## -The OMSerailizer is an annotation interface that allows you to map the correct variable name to serialize to for soap and xml. +The OMSerializer is an annotation interface that allows you to map the correct variable name to serialize to for soap and xml. Ex. @@ -63,7 +63,7 @@ public SomeObject{ } ``` -##Serailizing## +##Serializing## **Object to Xml** @@ -87,7 +87,7 @@ Output : Magic ``` -##Deserailizing## +##Deserializing## **Xml to Object**