Skip to content

serialize or deserialize class to byte array with annotation

License

Notifications You must be signed in to change notification settings

2mori/ByteSerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

스크린샷 2025-12-06 215052 스크린샷 2025-12-06 215102 스크린샷 2025-12-06 215132

Add it in your settings.gradle.kts at the end of repositories:

dependencyResolutionManagement {
	repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
	repositories {
		mavenCentral()
		maven { url = uri("https://jitpack.io") } 
	}
}

Step 2. Add the dependency

dependencies {
        implementation("com.github.2mori:ByteSerializer:main")
}

About

serialize or deserialize class to byte array with annotation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages