lecousin.net - Serialization
This library provides serialization to and from different formats, as well as tools to parse and generate those formats.
Currently supported formats are:
- XML
 - JSON
 
Build status
Current version - branch master
Modules:
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet Serialization Data Data Formats | 
        
| GroupId | GroupIdnet.lecousin.framework | 
    
| ArtifactId | ArtifactIdserialization | 
    
| Last Version | Last Version0.3.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionThis POM defines common properties and plugins for other projects, such as checkstyle, spotbugs or Java version 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| serialization-0.3.0.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.lecousin.framework/serialization/ -->
<dependency>
    <groupId>net.lecousin.framework</groupId>
    <artifactId>serialization</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.lecousin.framework/serialization/
implementation 'net.lecousin.framework:serialization:0.3.0'
                // https://jarcasting.com/artifacts/net.lecousin.framework/serialization/
implementation ("net.lecousin.framework:serialization:0.3.0")
                'net.lecousin.framework:serialization:pom:0.3.0'
                <dependency org="net.lecousin.framework" name="serialization" rev="0.3.0">
  <artifact name="serialization" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.lecousin.framework', module='serialization', version='0.3.0')
)
                libraryDependencies += "net.lecousin.framework" % "serialization" % "0.3.0"
                [net.lecousin.framework/serialization "0.3.0"]
                This library provides serialization to and from different formats, as well as tools to parse and generate those formats.
Currently supported formats are:
Modules: