Skip to content
This repository was archived by the owner on Nov 28, 2017. It is now read-only.
/ scalabeans Public archive
forked from scalastuff/scalabeans

Scala reflection and serialization library

License

Notifications You must be signed in to change notification settings

json4s/scalabeans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7af15ac · Sep 21, 2012

History

61 Commits
Sep 21, 2012
Sep 21, 2012
Apr 9, 2011
Jun 16, 2012
Sep 21, 2012
Sep 21, 2012
Sep 21, 2012

Repository files navigation

Introduction

ScalaBeans is a reflection library for Scala. Its aims are similar to JavaBeans, but scala-specific features have been added:

  • Recognizes scala properties
  • Can handle immutable and case classes
  • Scala collections are supported, including builders
  • Preserve generic type information
  • Type pattern matching (including generic type arguments)
  • High performance serialization to/from protobuf, json, xml

Further information:

Getting started

If you use Maven, add following lines to your pom.xml:

<dependencies>
...
  <dependency>
    <groupId>org.scalastuff</groupId>
    <artifactId>scalabeans</artifactId>
    <version>0.3</version>
  </dependency>
</dependencies>

About

Scala reflection and serialization library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 94.4%
  • Shell 5.6%