Skip to content

Commit

Permalink
StorageMethod is now serializable
Browse files Browse the repository at this point in the history
Signed-off-by: jbouffard <jbouffard@azavea.com>
  • Loading branch information
jbouffard committed Jul 5, 2017
1 parent 2b372bc commit 58d140d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ package geotrellis.raster.io.geotiff

import geotrellis.raster._

abstract sealed class StorageMethod
abstract sealed class StorageMethod extends Serializable

case class Tiled(blockCols: Int = 256, blockRows: Int = 256) extends StorageMethod

Expand Down

0 comments on commit 58d140d

Please sign in to comment.